41 lines
791 B
SCSS
41 lines
791 B
SCSS
// 1399px
|
|
@media screen and (max-width: 87.499em) {
|
|
// @import "./1399/category_1399";
|
|
}
|
|
|
|
// 991px
|
|
@media screen and (max-width: 61.938em) {
|
|
}
|
|
|
|
// 767px
|
|
@media screen and (max-width: 47.938em) {
|
|
.nav-sidebar {
|
|
// @import "./991/category_991";
|
|
.mobile-header {
|
|
display: flex !important;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
font-family: "sahel-bold";
|
|
color: #333;
|
|
|
|
padding: 0.5em 1em;
|
|
background: #fff;
|
|
}
|
|
}
|
|
@import "./767/main-page_767";
|
|
@import "./767/navbar_767";
|
|
@import "./767/sidebar_767";
|
|
@import "./991/navbar_991";
|
|
|
|
}
|
|
|
|
// 575px
|
|
@media screen and (max-width: 35.938em) {
|
|
// @import "./575/category_575";
|
|
}
|
|
|
|
// 399px
|
|
@media screen and (max-width: 24.938em) {
|
|
// @import "./399/category_399";
|
|
}
|