From 19dfc6aa385820b20051930f75d5f677480523cb Mon Sep 17 00:00:00 2001 From: rulingcom Date: Thu, 21 Oct 2021 14:05:22 +0000 Subject: [PATCH] fix error --- assets/stylesheets/template/layout/content.scss | 5 +++++ assets/stylesheets/template/modules/announcement.scss | 1 + assets/stylesheets/template/template.scss | 4 +++- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index c296d74..d09dfee 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -253,6 +253,7 @@ body{ } } .iconbox{ + width: 20% !important flex: 1 1 20%; .fas{ font-size: 2.5em; @@ -264,6 +265,7 @@ body{ } @media(max-width: $screen-xs){ flex: 50%; + width: 50% !important padding-bottom: 0.5em; } } @@ -448,6 +450,7 @@ body{ padding: 0; li{ width: 100%; + float: left; } @media (min-width: 480px){ display: flex; @@ -470,6 +473,8 @@ body{ background-color: #fff; padding: 0 0em 1em 0.5em; height: 100%; + float: left; + width: 100%; } .w-event_news__meta{ position: relative; diff --git a/assets/stylesheets/template/modules/announcement.scss b/assets/stylesheets/template/modules/announcement.scss index 84fc12a..7dac6e3 100644 --- a/assets/stylesheets/template/modules/announcement.scss +++ b/assets/stylesheets/template/modules/announcement.scss @@ -15,6 +15,7 @@ display: flex; justify-content: center; flex-wrap: wrap; + width: 100%; } .w-annc__widget-title{ background: url(/assets/titlecap.png) top no-repeat; diff --git a/assets/stylesheets/template/template.scss b/assets/stylesheets/template/template.scss index 9a381c1..dd159dc 100644 --- a/assets/stylesheets/template/template.scss +++ b/assets/stylesheets/template/template.scss @@ -23,7 +23,9 @@ //RWD @import "RWD"; - +div.extra-box:empty { + display: none; +} .dropdown-toggle:focus { // outline: 2px solid #43B5FC; outline: transparent;