small fixes

This commit is contained in:
teldra 2022-06-15 16:49:35 +02:00
parent ba449ff1f6
commit 0ce157be6f
1 changed files with 2 additions and 2 deletions

View File

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