base_ui/assets/common/scss/responsive/min-width/min-width.scss
2025-02-01 13:04:55 +03:30

32 lines
618 B
SCSS

// 576px
@media screen and (min-width: 36em) {
// @import "./576/category_576";
}
// 992px
@media screen and (min-width: 62em) {
// @import "./992/category_992";
}
// 1200px
@media screen and (min-width: 75em) {
@import "./1200/main-page_1200";
@import "./1200/navbar_1200";
}
// // 1400px
// @media screen and (min-width: 87.500em) {
// @import "./992/category_992";
// }
// // 1600px
// @media screen and (min-width: 100.000em) {
// @import "./992/category_992";
// }
// //1800px
// @media screen and (min-width: 112.500em) {}
// //2000px
// @media screen and (min-width: 125.000em) {}