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;