From e3c33e78d244ba80fb5d0040e839d1b7ae18dc60 Mon Sep 17 00:00:00 2001 From: and94x Date: Fri, 29 Dec 2023 02:33:19 +0100 Subject: [PATCH] =?UTF-8?q?fixed=20broken=20things=20without=20wearing=20c?= =?UTF-8?q?at=20ears=20=F0=9F=90=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index b78249a..2cbf71f 100644 --- a/style.css +++ b/style.css @@ -60,7 +60,7 @@ td.drawn.bingo:hover { img#center-field-image { max-height: calc(100vh / 6); - max-width: calc(100vh / 6); + max-width: calc(100vw / 6); } p#seeed { @@ -126,3 +126,15 @@ div#winner-message.won { 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; + } +} \ No newline at end of file