From fe47b3771e8cd7c0395218731ff01c5fdefe1c28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Wed, 17 May 2023 14:27:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Estyling.css=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styling.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/styling.css b/styling.css index 03dc847..689de55 100644 --- a/styling.css +++ b/styling.css @@ -59,5 +59,12 @@ transform: scale(1.05); } +/* Hide on phone */ + +@media (max-width: 576px) { + .element { + display: none; + } +}