// import breakpoints
@import "dependencies";
// typically range 60rem to 74.938rem
@include breakpoint(desktop-range) {
.g-menu-item-content {font-size:10px !important;}
}
// typically 48rem to 59.938rem
@include breakpoint(tablet-range) {
}
// typically 30rem to 47.938rem
@include breakpoint(large-mobile-range) {
#g-header a {font-size:8px !important;}
}
// typically max 30rem
@include breakpoint(small-mobile-range) {
#g-header a {font-size:8px !important;}
}
@import "nucleus/mixins/breakpoints"
Time to create page: 0.067 seconds