fixed broken things without wearing cat ears 🐈
This commit is contained in:
parent
cd69c462c2
commit
e3c33e78d2
14
style.css
14
style.css
@ -60,7 +60,7 @@ td.drawn.bingo:hover {
|
|||||||
|
|
||||||
img#center-field-image {
|
img#center-field-image {
|
||||||
max-height: calc(100vh / 6);
|
max-height: calc(100vh / 6);
|
||||||
max-width: calc(100vh / 6);
|
max-width: calc(100vw / 6);
|
||||||
}
|
}
|
||||||
|
|
||||||
p#seeed {
|
p#seeed {
|
||||||
@ -126,3 +126,15 @@ div#winner-message.won {
|
|||||||
opacity: 0;
|
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…
Reference in New Issue
Block a user