diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index 9880016..a198541 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -172,7 +172,7 @@ sup { margin-right:0; height: auto; padding-right: 1em; - width: 100%!important; + width: 100%; @media(min-width: 769px){ margin-bottom: 0.5em; } diff --git a/assets/stylesheets/template/modules/menu.scss b/assets/stylesheets/template/modules/menu.scss index ac88767..e54d23f 100644 --- a/assets/stylesheets/template/modules/menu.scss +++ b/assets/stylesheets/template/modules/menu.scss @@ -122,11 +122,11 @@ -ms-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; - height: 40px; + height: 40px !important; width: auto !important; } .default_site_h1{ - padding: 0.5em; + padding: 0.5em !important; } .navbar-header .default_site_h1>*{ display: none;