figma_bag_1

This commit is contained in:
2025-09-23 23:32:08 +03:00
parent d132cc9d31
commit 882fd5a41f

View File

@@ -1829,11 +1829,9 @@ body {
margin-bottom: 30px;
}
.directions_list {
grid-template: none;
}
.directions_list_item--empty {
display: none;
grid-template: repeat(1, auto) / repeat(1, auto);
}
.directions_filter_box {
margin-bottom: 15px;
justify-content: left;
@@ -1953,8 +1951,10 @@ body {
.footer_top {
margin-top: 60px;
}
.team_slider_arrow {
margin-right: -5px;
}
}
/* ------------------------------------------------------450------------------------------------------------------------- */
@media (max-width: 450px) {
@@ -1997,8 +1997,9 @@ body {
.info_socials_item {
margin-right: 15px;
}
.team_slider_arrow {
margin-right: 5px;
}
}