fixed broken things without wearing cat ears 🐈

feature/responsive-fontsize
and94x 10 months ago
parent cd69c462c2
commit e3c33e78d2

@ -60,7 +60,7 @@ td.drawn.bingo:hover {
img#center-field-image {
max-height: calc(100vh / 6);
max-width: calc(100vh / 6);
max-width: calc(100vw / 6);
}
p#seeed {
@ -126,3 +126,15 @@ div#winner-message.won {
opacity: 0;
}
}
@media screen and (max-width: 767px) and (orientation: portrait){
td {
font-size: large;
}
}
@media screen and (max-width: 576px) and (orientation: portrait){
td {
font-size: unset;
}
}
Loading…
Cancel
Save