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;