small fixes

This commit is contained in:
teldra 2022-06-15 16:51:36 +02:00
parent 0ce157be6f
commit e779f9fa58

View File

@ -38,7 +38,7 @@
} }
} }
.altbg { .altbg {
max-height: 7em; max-height: 5em;
} }
@media (min-width: 640px) { @media (min-width: 640px) {
@ -54,6 +54,6 @@
height: calc(89vw / 3 ); height: calc(89vw / 3 );
} }
.altbg { .altbg {
max-height: 9em; max-height: 7em;
} }
} }