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; } }