From 238d028a74ee42ac41739acbed482d12d75451be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20I=C5=82owski?= Date: Wed, 1 Mar 2023 21:13:03 +0100 Subject: [PATCH] Improve logo scaling --- client/src/style/App.scss | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/client/src/style/App.scss b/client/src/style/App.scss index 85c1916..2e14534 100644 --- a/client/src/style/App.scss +++ b/client/src/style/App.scss @@ -175,6 +175,12 @@ body { position: relative; overflow: hidden; + @media (max-width: 500px) { + width: 150px; + height: 150px; + } + + &::before{ content: ""; background-image: conic-gradient( @@ -206,10 +212,11 @@ body { } } + .box { z-index: 1000; - width: 220px; - height: 220px; + width: 95%; + height: 95% } //