base_ui/assets/common/scss/responsive/min-width/min-width.scss

32 lines
618 B
SCSS
Raw Normal View History

2025-02-01 09:34:55 +00:00
// 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) {}