From 91054af277356ce43417702ebacf1ca2124172ca Mon Sep 17 00:00:00 2001 From: and94x Date: Fri, 29 Dec 2023 02:50:20 +0100 Subject: [PATCH] =?UTF-8?q?fixed=20broken=20things=20without=20wearing=20c?= =?UTF-8?q?at=20ears=20=F0=9F=90=88=203/x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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