@@ -26,10 +26,13 @@ $site-branding-height: 68px;
.site-header {
display: flex;
- flex-wrap: wrap;
justify-content: space-between;
max-width: var(--responsive--alignfull-width);
+ @include media( laptop-only ){
+ flex-wrap: wrap;
+ }
+
@include media( mobile-only ){
align-items: center;
}
@@ -155,11 +155,16 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
+@media only screen and (max-width: 829px) {
+ .site-header {
+}
@media only screen and (max-width: 481px) {