From a894e8f99a023a41a90e72ea6b661288d89c24a0 Mon Sep 17 00:00:00 2001 From: bohung Date: Thu, 6 May 2021 10:07:23 +0800 Subject: [PATCH] Updated. --- assets/stylesheets/template/template.scss | 25 +++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/template/template.scss b/assets/stylesheets/template/template.scss index 70bbcd2..2ab8e61 100644 --- a/assets/stylesheets/template/template.scss +++ b/assets/stylesheets/template/template.scss @@ -26,7 +26,6 @@ .underMenu li { white-space: unset; } - .dropdown-toggle:focus { // outline: 2px solid #43B5FC; outline: transparent; @@ -138,7 +137,6 @@ ul.tab_nav { } .underMenu { clear: both; - width: 200px; } .underMenu a.widget-content-title { white-space: normal; @@ -150,6 +148,16 @@ ul.tab_nav { .underMenu .widget-link span span { display: inline-block; } +@media (max-width: 767px) { + .underMenu a:link, .underMenu a:visited, .underMenu .widget-link .widget-title { + color: #fff!important; + } +} +@media (min-width: 768px) { + .underMenu { + width: 200px; + } +} .cycle-slideshow.widget-content a { border: 1px solid #fff; padding: 5px!important; @@ -159,4 +167,17 @@ ul.tab_nav { overflow: hidden; width: calc(100% - 20px); margin: 0 auto; +} +.widget-announcement-5 .w-annc__list.row, +.widget-announcement-6 h3, +.widget-announcement-6 ul, +.widget-announcement-8 .table, +.widget-announcement-10 .table { + margin: 1em!important; +} +.widget-announcement-6 h3, +.widget-announcement-6 ul, +.widget-announcement-8 .table, +.widget-announcement-10 .table { + width: calc(100% - 2em)!important; } \ No newline at end of file