From fac4290427a3f4a3edc2c40c124085552482d4fd Mon Sep 17 00:00:00 2001 From: and94x Date: Fri, 29 Dec 2023 02:44:57 +0100 Subject: [PATCH] =?UTF-8?q?fixed=20broken=20things=20without=20wearing=20c?= =?UTF-8?q?at=20ears=20=F0=9F=90=88=202/x?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 2cbf71f..0b9e7f5 100644 --- a/style.css +++ b/style.css @@ -74,7 +74,7 @@ span#copy-permalink, span#refresh-bingo { div#winner-message { display: flex; position: fixed; - font-size: 3000%; + font-size: xx-large; text-shadow: 0 0 40px white; transition: all ease-out .75s; pointer-events: none; @@ -131,10 +131,16 @@ div#winner-message.won { td { font-size: large; } + div#winner-message.won { + animation: unset; + } } @media screen and (max-width: 576px) and (orientation: portrait){ td { font-size: unset; } + div#winner-message.won { + animation: unset; + } } \ No newline at end of file