vendor/assets/stylesheets/components/_subheader.scss in active_frontend-16.1.7 vs vendor/assets/stylesheets/components/_subheader.scss in active_frontend-16.2.0
- old
+ new
@@ -54,10 +54,10 @@
}
}
// Media Queries
// ==================================================
-@media only screen and (max-width: 812px) {
+@media only screen and (max-width: breakpoint-max-width(s)) {
.subheader {
&.absolute,
&.fixed {
position: fixed;
top: 54px;