From 09cad28d7d1032fd6aa98160c18e9a0b831ea28b Mon Sep 17 00:00:00 2001 From: rulingcom Date: Thu, 21 Oct 2021 14:13:32 +0000 Subject: [PATCH] fix bug --- assets/stylesheets/template/layout/content.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index d09dfee..5e87d9d 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -253,7 +253,7 @@ body{ } } .iconbox{ - width: 20% !important + width: 20% !important; flex: 1 1 20%; .fas{ font-size: 2.5em; @@ -265,7 +265,7 @@ body{ } @media(max-width: $screen-xs){ flex: 50%; - width: 50% !important + width: 50% !important; padding-bottom: 0.5em; } }