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 {
height: calc(100vh / 5 );
height: calc(89vh / 5 );
}
.b_index {
height: calc(100vh / 4.5 );
height: calc(89vh / 4.5 );
}
.banner {
@ -48,10 +48,10 @@
margin-right: auto;
}
.b {
height: calc(100vw / 3.5 );
height: calc(89vw / 3.5 );
}
.b_index {
height: calc(100vw / 3 );
height: calc(89vw / 3 );
}
.altbg {
height: 6em;

View File

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