From: Laury GvR Date: Thu, 24 May 2018 16:53:12 +0000 (-0400) Subject: Added some height to landing page header to fit new logo/slogan size X-Git-Tag: v1.0.0^2~28 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=4fd8e2d9e273968c80b2843b2d3a344bff445664;p=WP-Themes%2Fharborpointassociation2018.git Added some height to landing page header to fit new logo/slogan size --- diff --git a/css/app.css b/css/app.css index cea8936..5a83ed6 100644 --- a/css/app.css +++ b/css/app.css @@ -7200,7 +7200,7 @@ header .social { margin-top: 200px; padding-top: 100px; } .landing-wrapper header.main { - height: 200px; } + height: 220px; } .landing-wrapper header.main .header-top { height: 200px; } .landing-wrapper header.main .top-bar { diff --git a/scss/_header.scss b/scss/_header.scss index 65bbbd1..56e0c88 100644 --- a/scss/_header.scss +++ b/scss/_header.scss @@ -252,7 +252,7 @@ header { padding-top: 100px; } header.main { - height: 200px; + height: 220px; .header-top { height: 200px; }