From 63d42c47bea847e9b93f6952350e0b25296de92f Mon Sep 17 00:00:00 2001 From: soraefir Date: Mon, 3 Mar 2025 00:47:47 +0100 Subject: [PATCH] fix css --- 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; } } -- 2.47.2