diff --git a/style.css b/style.css index 37c8940..3aa575c 100644 --- a/style.css +++ b/style.css @@ -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; + } } -