small fixes

This commit is contained in:
teldra 2022-06-15 16:33:00 +02:00
parent 59f5ee0b21
commit d2d928a39c
2 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,8 @@
.b { .b {
height: calc(100vh / 5 ); height: calc(89vh / 5 );
} }
.b_index { .b_index {
height: calc(100vh / 4.5 ); height: calc(89vh / 4.5 );
} }
.banner { .banner {
@ -48,10 +48,10 @@
margin-right: auto; margin-right: auto;
} }
.b { .b {
height: calc(100vw / 3.5 ); height: calc(89vw / 3.5 );
} }
.b_index { .b_index {
height: calc(100vw / 3 ); height: calc(89vw / 3 );
} }
.altbg { .altbg {
height: 6em; height: 6em;

View File

@ -10,7 +10,6 @@ main {
overflow: auto; overflow: auto;
width: 98vw; width: 98vw;
margin-left: auto; margin-left: auto;
padding-right: 1vw;
aside { aside {
text-align: center; text-align: center;
} }