From 14aeacf8bc6ea45b2d54b9485db45d97c1247455 Mon Sep 17 00:00:00 2001 From: Shridhar Goel <35566748+ShridharGoel@users.noreply.github.com> Date: Mon, 15 Jul 2024 19:57:30 +0530 Subject: [PATCH] Update splash to use same logo size in web and mobile --- web/index.html | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/web/index.html b/web/index.html index acccbbe4f442..384868af1a51 100644 --- a/web/index.html +++ b/web/index.html @@ -81,20 +81,13 @@ transition: transform var(--label-transition-duration); } - @media screen and (min-width: 480px) { + @media screen { .splash-logo > svg { width: 104px; height: 104px; } } - @media screen and (max-width: 479px) { - .splash-logo > svg { - width: 52px; - height: 52px; - } - } - #splash { position: absolute; bottom: 0;