angouleme: put nav under banner (#67428)

This commit is contained in:
Corentin Sechet 2022-07-18 14:49:09 +02:00
parent ab8b7c60b5
commit 568d2a7d9c
2 changed files with 4 additions and 5 deletions

View File

@ -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;

View File

@ -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;