base_ui/assets/panels/scss/responsive/max_width/max_width.scss

17 lines
251 B
SCSS
Raw Permalink Normal View History

2025-02-01 09:34:55 +00:00
//399 px
@media screen and (max-width:399.98px) {
@import "./399/main_399";
}
//719 px
@media screen and (max-width:719.98px) {
@import "./719/main_719";
}
// 991 px
@media screen and (max-width:991.98px) {
@import "./991/main_991";
}