Merge remote-tracking branch 'origin/feature/responsive-fontsize' into 37c3

37c3
Felix Pankratz 10 months ago
commit 36c1e91cd8

@ -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