diff --git a/web/index.html b/web/index.html
index acccbbe4f442..eb86478cc895 100644
--- a/web/index.html
+++ b/web/index.html
@@ -81,18 +81,9 @@
transition: transform var(--label-transition-duration);
}
- @media screen and (min-width: 480px) {
- .splash-logo > svg {
- width: 104px;
- height: 104px;
- }
- }
-
- @media screen and (max-width: 479px) {
- .splash-logo > svg {
- width: 52px;
- height: 52px;
- }
+ .splash-logo > svg {
+ width: 104px;
+ height: 104px;
}
#splash {