From 81a15ecd74d4da9b63e0b0cad1a0186a5ee828e1 Mon Sep 17 00:00:00 2001 From: zhangyuheng Date: Wed, 18 Mar 2026 17:46:00 +0800 Subject: [PATCH] feat: update .bl-shell max-width to improve layout responsiveness --- src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles.css b/src/styles.css index 97f748b..a03592f 100644 --- a/src/styles.css +++ b/src/styles.css @@ -86,7 +86,7 @@ img { } .bl-shell { - width: min(var(--bl-content-width), calc(100% - 40px)); + max-width: 1000px; margin: 0 auto; padding: 0 20px; }