From a1557ced240c1a1ee097b7983054fe5ed71703e9 Mon Sep 17 00:00:00 2001 From: ken Date: Mon, 24 Aug 2026 14:31:45 +0800 Subject: [PATCH] update --- assets/stylesheets/template/layout/header.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index 7dd386b..4a81939 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -19,6 +19,9 @@ ul{ padding: 0; } + a{ + padding: 0.5em; + } @media(min-width:769px){ margin-bottom: -4em!important; margin-top: 1em!important; @@ -36,6 +39,9 @@ } .dropdowns{ padding: 0; + .container{ + padding: 0!important; + } } .accessibility_mode a:focus{ outline: 0.1em solid !important;