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

@@ -37,7 +37,7 @@ body {
font-family: "Roboto", sans-serif;
font-size: 16px;
background: #fff;
min-width: 1400px;
min-width: 1200px;
color: #303030;
}
html {
@@ -1347,3 +1347,21 @@ html {
}
}
}
@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;
}
}