small fixes

This commit is contained in:
teldra 2022-06-15 16:11:28 +02:00
parent 7063c4ac29
commit 3c72619411
3 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,8 @@
.b {
height: calc(100vw / 4.5 );
height: calc(1920px / 5 );
}
.b_index {
height: calc(100vw / 4.5 );
height: calc(1920px / 5 );
}
.banner {

View File

@ -30,7 +30,9 @@ header {
}
}
.fakeheader {
height: 5rem;
}
@media (min-width: 640px) {
header {
width: 86%;

View File

@ -6,6 +6,8 @@
<header>
{{ partialCached "snippets/header" . }}
</header>
<div class="fakeheader">
</div>
<main class="content">
{{ partial "snippets/banner" . -}}
<div class="main">