upload 19.5

This commit is contained in:
2025-05-19 11:07:57 +07:00
parent 333bb01f4e
commit d3ff98b39f
9 changed files with 101 additions and 68 deletions

View File

@@ -35,7 +35,7 @@ body {
font-family: "Roboto", sans-serif;
font-size: 16px;
background: #fff;
min-width: 1400px;
min-width: 1200px;
color: #303030;
}
@@ -1279,4 +1279,19 @@ html {
#js-box-list-review .list-review {
max-height: 450px;
}
}
@media (max-width: 1400px) {
body {
font-size: 14px;
}
.container {
width: 1200px !important;
max-width: 1200px !important;
}
.box-category-homepage .list-category {
gap: 20px;
}
.article-classifieds .item-classifieds .map-time {
flex-wrap: wrap;
}
}/*# sourceMappingURL=style.css.map */