From ea0c31585e0242fcff439ea532d308bd22742266 Mon Sep 17 00:00:00 2001 From: Bohung Date: Mon, 3 May 2021 19:42:14 +0800 Subject: [PATCH] Fix underMenu block. --- assets/stylesheets/template/template.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/stylesheets/template/template.scss b/assets/stylesheets/template/template.scss index a0a0e31..70bbcd2 100644 --- a/assets/stylesheets/template/template.scss +++ b/assets/stylesheets/template/template.scss @@ -26,9 +26,6 @@ .underMenu li { white-space: unset; } -.underMenu { - width: 200px; -} .dropdown-toggle:focus { // outline: 2px solid #43B5FC; @@ -142,7 +139,6 @@ ul.tab_nav { .underMenu { clear: both; width: 200px; - padding-top: 300px; } .underMenu a.widget-content-title { white-space: normal;