small fixes

This commit is contained in:
teldra 2022-06-13 04:25:25 +02:00
parent 15807ca301
commit 0e10d81cf3
1 changed files with 2 additions and 2 deletions

View File

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