diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index 0ec7f23..20bee95 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -397,9 +397,12 @@ a#content{ } } .header-nav{ - @media(min-width: 80px){ + @media(min-width: 768px){ display: flex!important; } + @media(min-width: 80px)and(max-width: 767px){ + display: block!important; + } } .layout-header .header-nav a{ text-shadow: none;