diff --git a/frontend/web/css/css_header.css b/frontend/web/css/css_header.css index faa3d7e..e253f16 100755 --- a/frontend/web/css/css_header.css +++ b/frontend/web/css/css_header.css @@ -14594,6 +14594,6 @@ ul.product-special li.promo div{ left: 0; } .banners_sale img{ - margin-top: 10px; + margin-top: 10px !important; } -.banners_sale img {margin-top: 0} \ No newline at end of file +.banners_sale img:first-child {margin-top: 0 !important;} \ No newline at end of file -- libgit2 0.21.4