fixed broken things without wearing cat ears 🐈 3/x

This commit is contained in:
and94x 2023-12-29 02:50:20 +01:00
parent fac4290427
commit 91054af277

View File

@ -134,6 +134,9 @@ div#winner-message.won {
div#winner-message.won {
animation: unset;
}
div#winner-message {
display: none;
}
}
@media screen and (max-width: 576px) and (orientation: portrait) {
@ -143,4 +146,7 @@ div#winner-message.won {
div#winner-message.won {
animation: unset;
}
div#winner-message {
display: none;
}
}