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