From: Laury GvR Date: Thu, 11 Oct 2018 17:38:33 +0000 (-0400) Subject: Reduce the gap between header and content X-Git-Tag: v1.0.0^2~16 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=79313daf6a3281fac92d5a3349ca65805a08d6c4;p=WP-Themes%2Flakesideclub.git Reduce the gap between header and content --- diff --git a/css/app.css b/css/app.css index 6eb371a..a35ec1c 100644 --- a/css/app.css +++ b/css/app.css @@ -7355,13 +7355,13 @@ body #page-wrapper header.main { color: #fc6463; } main.inner-wrap, main.blog-home, main.blog-archive, main.blog-single, main.page-front { - margin-top: 211px; } + margin-top: 202px; } @media only screen and (min-width:0em) and (max-width:64em) { main.inner-wrap, main.blog-home, main.blog-archive, main.blog-single, main.page-front { margin-top: 160px; } } main.owners-home { - margin-top: 211px; } + margin-top: 202px; } @media only screen and (min-width:0em) and (max-width:64em) { main.owners-home { margin-top: 160px; } } @@ -7373,7 +7373,7 @@ main.owners-home { margin-top: 181px; } } .page-inside.top-links { - margin-top: 211px; } + margin-top: 202px; } @media only screen and (min-width:0em) and (max-width:64em) { .page-inside.top-links { margin-top: 110px; } } diff --git a/scss/_settings.scss b/scss/_settings.scss index dd18a73..2214192 100644 --- a/scss/_settings.scss +++ b/scss/_settings.scss @@ -161,8 +161,8 @@ $body-font-style: normal; // $shiny-edge-color: rgba($white, .5); // $shiny-edge-active-color: rgba($black, .2); -$header-height-large: 211px; -$top-links-header-height-large: 211px; +$header-height-large: 202px; +$top-links-header-height-large: 202px; $header-height-small: 160px; // d. Media Query Ranges