From 568d2a7d9cea381022657c5748a85eb18d9eead5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Mon, 18 Jul 2022 14:49:09 +0200 Subject: [PATCH] angouleme: put nav under banner (#67428) --- static/angouleme/_custom.scss | 3 +-- static/angouleme/_vars.scss | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) 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;