diff --git a/assets/css/style.css b/assets/css/style.css index c30e1c18..af26a936 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -239,6 +239,15 @@ header { z-index: 0; } +.header__slim_box { + margin-top: -0.75rem; + + display: grid; + grid-template-rows: 46px 18px 0rem 1rem 55px 18px auto; + grid-template-columns: 15% 82px auto 96px 22.5%; + z-index: 0; +} + .bg_box__top_bar_left { grid-row: 2 / span 1; grid-column: 1 / span 3; diff --git a/templates/header_slim.html b/templates/header_slim.html index 6462428f..327655d0 100644 --- a/templates/header_slim.html +++ b/templates/header_slim.html @@ -19,7 +19,7 @@ -
+