vendor/assets/stylesheets/components/_navbar.scss in active_frontend-16.1.7 vs vendor/assets/stylesheets/components/_navbar.scss in active_frontend-16.2.0

- old
+ new

@@ -54,8 +54,8 @@ } } // Media Queries // ================================================== -@media only screen and (min-width: 813px) { +@media only screen and (min-width: breakpoint-min-width(s)) { .navbar { display: none; } }