From 9fad96a22b3b16d005440c2ee08e015a63332dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A2=E3=83=AC=E3=82=AF=E3=82=B5=E3=83=B3=E3=83=80?= =?UTF-8?q?=E3=83=BC=2Eeth?= Date: Tue, 5 Dec 2023 01:53:35 +0900 Subject: [PATCH] style: media query refinement --- static/style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style/style.css b/static/style/style.css index 94289869..4111fc64 100644 --- a/static/style/style.css +++ b/static/style/style.css @@ -331,7 +331,7 @@ right: 0; background-color: #0ff; } - @media screen and (max-width: 896px) { + @media screen and (max-width: 904px) { .full { display: none !important; }