diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index cc0d34a..148d6af 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -16,7 +16,7 @@ sup { .outdropdowns{ width: 100%; z-index: 1; - padding:0; + padding:0.5em 0; @media(min-width: 769px){ width: 20%; position: absolute; @@ -120,6 +120,11 @@ sup { .navbar-header { z-index: 10; position: relative; + @media(max-width:768px){ + display: flex; + align-items: center; + justify-content: space-between; + } padding: 0; margin: 0; @media (min-width: $screen-sm) { @@ -172,7 +177,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 82832fa..18b2cb1 100644 --- a/assets/stylesheets/template/modules/menu.scss +++ b/assets/stylesheets/template/modules/menu.scss @@ -35,6 +35,8 @@ float: right!important; width: 80%!important; padding-left: 1em; + padding-right: 1em; + padding-right: 1em; .ba-banner-widget-0 img{ transform: none!important; }