From 515e64ec6a3f9ba63335cda368bad17d59124c03 Mon Sep 17 00:00:00 2001 From: rulingcom Date: Wed, 3 May 2023 12:06:03 +0800 Subject: [PATCH] Fix bug. --- assets/stylesheets/template/layout/content.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index 74e1141..fbf2a73 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -323,8 +323,8 @@ body{ @media(max-width: 1024px){ flex: none; width: 100%; - height: auto; font-size: 0.8em; + max-height: 280px; } } .layout-content-box3{