From 79313daf6a3281fac92d5a3349ca65805a08d6c4 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 11 Oct 2018 13:38:33 -0400 Subject: [PATCH] Reduce the gap between header and content --- css/app.css | 6 +++--- scss/_settings.scss | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.17.1