diff --git a/css/style.css b/css/style.css index ef462c3..1ac3dae 100644 --- a/css/style.css +++ b/css/style.css @@ -2534,7 +2534,7 @@ goog-logo-link, } } -@media only screen and (max-width: 415px) { +@media only screen and (max-width: 350px) { * { font-size: 10px !important; } @@ -2546,7 +2546,9 @@ goog-logo-link, .light-mode * { font-size: 10px !important; } +} +@media only screen and (max-width: 415px) { .light-mode .box { width: fit-content; } diff --git a/index.html b/index.html index db3d761..af5c901 100644 --- a/index.html +++ b/index.html @@ -547,12 +547,11 @@