Commit 6616da9e6f8f8a0f81892cd33df14ef80c39e6e0
1 parent
d0b3f477
-
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/web/css/css_header.css
... | ... | @@ -14594,6 +14594,6 @@ ul.product-special li.promo div{ |
14594 | 14594 | left: 0; |
14595 | 14595 | } |
14596 | 14596 | .banners_sale img{ |
14597 | - margin-top: 10px; | |
14597 | + margin-top: 10px !important; | |
14598 | 14598 | } |
14599 | -.banners_sale img {margin-top: 0} | |
14600 | 14599 | \ No newline at end of file |
14600 | +.banners_sale img:first-child {margin-top: 0 !important;} | |
14601 | 14601 | \ No newline at end of file | ... | ... |