From 3a2608c7a0c4478b9be6139ace2b339f85d0f59a Mon Sep 17 00:00:00 2001 From: Luxferre Date: Wed, 23 Apr 2025 22:45:47 +0300 Subject: [PATCH] web style fix --- mu8web/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu8web/style.css b/mu8web/style.css index f79d2a8..24e210b 100644 --- a/mu8web/style.css +++ b/mu8web/style.css @@ -38,7 +38,7 @@ html, body { min-height: 180px; } -@media only screen and (max-width: 480px) { +@media only screen and (max-width: 320px) { #keypad, #keypad * { display:none!important; }