From 9d5f227665e58796c86ec00302b654936e6d819c Mon Sep 17 00:00:00 2001
From: Shridhar Goel <35566748+ShridharGoel@users.noreply.github.com>
Date: Tue, 16 Jul 2024 22:40:36 +0530
Subject: [PATCH] Update index.html

---
 web/index.html | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/web/index.html b/web/index.html
index 384868af1a51..eb86478cc895 100644
--- a/web/index.html
+++ b/web/index.html
@@ -81,11 +81,9 @@
             transition: transform var(--label-transition-duration);
         }
 
-        @media screen {
-            .splash-logo > svg {
-                width: 104px;
-                height: 104px;
-            }
+        .splash-logo > svg {
+            width: 104px;
+            height: 104px;
         }
 
         #splash {