diff --git a/blocks/header/header.css b/blocks/header/header.css index 06e3a60550..869a8579fd 100644 --- a/blocks/header/header.css +++ b/blocks/header/header.css @@ -8,6 +8,10 @@ position: fixed; } */ +header { + display: block; +} + .header nav#nav { box-sizing: border-box; display: grid; diff --git a/styles/styles.css b/styles/styles.css index 319bf3dec8..e96622427c 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -999,8 +999,11 @@ body.overlay-active { } /* header css */ + + header { height: 112px; + display: none; } @media screen and (width <= 1200px) {