diff --git a/frontend/web/css/css_header.css b/frontend/web/css/css_header.css index ad43436..0e037e5 100755 --- a/frontend/web/css/css_header.css +++ b/frontend/web/css/css_header.css @@ -14508,7 +14508,10 @@ ul.product-special li.promo div{ .news_item { padding-bottom: 20px; - border-bottom: 1px solid silver + border-bottom: 1px solid silver; + float: left; + width: 100%; + min-height: 120px; } -- libgit2 0.21.4