vendor/assets/stylesheets/components/_header.scss in active_frontend-16.1.6 vs vendor/assets/stylesheets/components/_header.scss in active_frontend-16.1.7

- old
+ new

@@ -124,13 +124,13 @@ .img-avatar { margin-top: -4px; } } // Media Queries // ================================================== -@media only screen and (min-width: 768px) and (max-width: 959px) { +@media only screen and (min-width: 813px) and (max-width: 959px) { .header-search { width: 220px; } } -@media only screen and (max-width: 767px) { +@media only screen and (max-width: 812px) { .header { height: 54px; padding: 12px 0; } .header-brand {