From a74f79aeae98d0b8f59f73debf76c74c29b35481 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Wed, 3 Aug 2016 18:00:26 -0700 Subject: [PATCH] more site design fixes --- sass/_project-sass/_project-Header.scss | 11 +++++++---- sass/_project-sass/_project-Main.scss | 5 +++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/sass/_project-sass/_project-Header.scss b/sass/_project-sass/_project-Header.scss index 9887482d..bf81498b 100644 --- a/sass/_project-sass/_project-Header.scss +++ b/sass/_project-sass/_project-Header.scss @@ -13,10 +13,6 @@ border-bottom: 0; } -.row.header-Content.content { - padding-bottom: 31px; -} - .header-Content.content{ @media(max-device-width:480px), screen and (max-width:800px){ padding: 14px 5% 20px 5%; @@ -157,6 +153,13 @@ min-height:100px; } +#createSiteForm { + position:relative; + @media (max-device-width:480px), screen and (max-width:800px){ + margin-top: 30px; + } +} + .header-Outro .signup-Form{ background:#354751; border-radius:4px 4px 0 0; diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index f992baac..bdc1ef39 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -1318,7 +1318,8 @@ a.tag:hover { font-size: .9em; } .row { - margin: 5.5em 10%; + /* margin: 5.5em 10%; */ + margin: 5.5em auto; padding: 0; @media (max-device-width:480px), screen and (max-width:800px){ @@ -1425,7 +1426,7 @@ a.tag:hover { text-align: left; } h2 { - margin-left: 20px; + text-align: center; } p { font-size: 1em;