From 6b96ae1941d386e081750b2b6a150eba95024627 Mon Sep 17 00:00:00 2001 From: Michi Date: Sun, 12 Jun 2022 12:48:07 +0200 Subject: [PATCH] Update style.css --- style.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/style.css b/style.css index 9afdfbe..867ec25 100644 --- a/style.css +++ b/style.css @@ -988,3 +988,25 @@ body{ padding: 0; font-size: 18px; } + + @media screen and (max-width:700px){ + #countdown{ + flex-direction: row; + } + + .countdownObject{ + margin: 10px; + } + + .countdownNum{ + width: 30px; + height: 30px; + padding: 0; + font-size: 14px; + border: 2px solid var(--theme1); + } + + #countdownImg{ + display: none; + } + }