small fixes

This commit is contained in:
teldra 2022-06-15 16:15:44 +02:00
parent 3c72619411
commit 9e9f41abf0
1 changed files with 9 additions and 3 deletions

View File

@ -1,8 +1,8 @@
.b {
height: calc(1920px / 5 );
height: calc(100vh / 5 );
}
.b_index {
height: calc(1920px / 5 );
height: calc(100vh / 4.5 );
}
.banner {
@ -39,7 +39,7 @@
}
.altbg {
background: var(--background-alt);
height: calc(100vw / 5.5 );
height: calc(100vw / 6 );
}
@media (min-width: 640px) {
@ -48,4 +48,10 @@
margin-left: auto;
margin-right: auto;
}
.b {
height: calc(100vw / 3.5 );
}
.b_index {
height: calc(100vw / 3 );
}
}