upload 19.5
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user