diff --git a/style.css b/style.css index 0b9e7f5..b1e01d9 100644 --- a/style.css +++ b/style.css @@ -127,20 +127,26 @@ div#winner-message.won { } } -@media screen and (max-width: 767px) and (orientation: portrait){ +@media screen and (max-width: 767px) and (orientation: portrait) { td { font-size: large; } div#winner-message.won { animation: unset; } + div#winner-message { + display: none; + } } -@media screen and (max-width: 576px) and (orientation: portrait){ +@media screen and (max-width: 576px) and (orientation: portrait) { td { font-size: unset; } div#winner-message.won { animation: unset; } + div#winner-message { + display: none; + } } \ No newline at end of file