small fixes

This commit is contained in:
teldra 2022-06-13 04:19:45 +02:00
parent 3c1ad1c08a
commit a7a2bf0c8e
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
.b {
height: calc(100vw / 3.5);
height: calc(100vw / 3.5 * .9);
}
.b_index {
height: calc(100vw / 3);
height: calc(100vw / 3 * .9);
}
.banner {
width: 98vw;