diff --git a/static/angouleme/_custom.scss b/static/angouleme/_custom.scss index 659bbae8..a68a7b86 100644 --- a/static/angouleme/_custom.scss +++ b/static/angouleme/_custom.scss @@ -52,13 +52,12 @@ div.gru-nav ul li a { .site-nav { position: sticky; top: $nav-height; - margin-bottom: -$nav-height; z-index: 200; .gru-nav-wrapper { position: relative; top: -$nav-height; - + .gru-nav > ul { display: flex; diff --git a/static/angouleme/_vars.scss b/static/angouleme/_vars.scss index a5ed6e39..87835e6a 100644 --- a/static/angouleme/_vars.scss +++ b/static/angouleme/_vars.scss @@ -4,8 +4,8 @@ $light-gray: #F6F6F6; $gray: #64777E; $orange: #E34107; -$header-height: 230px; -$header-full-width-background: true; +$header-height: 220px; +$header-full-width-background: false; $header-logo-size: 400px 120px; $base-font: 16; @@ -19,7 +19,7 @@ $fz-xsmall: 12em / $base-font; $ss-serif: 'Muli', sans-serif; $primary-color: $blue; -$width: 1160px; +$width: 1250px; $link-color: $primary-color; $error-color: $orange;