From 78b080dc05b75e7e06075cde771f6ef28472aa7b Mon Sep 17 00:00:00 2001 From: sora Date: Mon, 3 Mar 2025 00:48:27 +0100 Subject: [PATCH] fix css (#162) Co-authored-by: soraefir Reviewed-on: https://git.helcel.net/sora/OTM/pulls/162 --- src/style/module/layout.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/style/module/layout.css b/src/style/module/layout.css index 58ec6d9..3b157f1 100644 --- a/src/style/module/layout.css +++ b/src/style/module/layout.css @@ -31,6 +31,12 @@ } } +@media (min-width: 768px) { + .container { + max-width: 720px; + } +} + @media (min-width: 992px) { .container { max-width: 960px; @@ -47,7 +53,6 @@ .container { padding-left: 24px; padding-right: 24px; - max-width: 720px; } }