forked from ag_kommunikation/webseite
Add slim header
This commit is contained in:
parent
4129881ab3
commit
4d6d7e98c2
@ -239,6 +239,15 @@ header {
|
|||||||
z-index: 0;
|
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 {
|
.bg_box__top_bar_left {
|
||||||
grid-row: 2 / span 1;
|
grid-row: 2 / span 1;
|
||||||
grid-column: 1 / span 3;
|
grid-column: 1 / span 3;
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
<div class="header__bg_box">
|
<div class="header__slim_box">
|
||||||
<nav class="header__primary_nav">
|
<nav class="header__primary_nav">
|
||||||
<div class="primary_nav__toggle">
|
<div class="primary_nav__toggle">
|
||||||
<svg viewBox="0 0 100 80" width="32" height="32">
|
<svg viewBox="0 0 100 80" width="32" height="32">
|
||||||
@ -63,6 +63,7 @@
|
|||||||
<div class="bg_box__top_bar_left"></div>
|
<div class="bg_box__top_bar_left"></div>
|
||||||
<div class="bg_box__top_bar_middle"></div>
|
<div class="bg_box__top_bar_middle"></div>
|
||||||
<div class="bg_box__top_bar_right"></div>
|
<div class="bg_box__top_bar_right"></div>
|
||||||
|
{#
|
||||||
<div class="bg_box__unicorns"></div>
|
<div class="bg_box__unicorns"></div>
|
||||||
<div class="bg_box__big_bg"></div>
|
<div class="bg_box__big_bg"></div>
|
||||||
<div class="bg_box__bottom_bar_left"></div>
|
<div class="bg_box__bottom_bar_left"></div>
|
||||||
@ -86,4 +87,5 @@
|
|||||||
</button>
|
</button>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
#}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user