Commit 1fa26791c4bd6e5aed98f7c71d46fac50d7c7f4b
1 parent
37415bee
test commit
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
frontend/web/css/css_header.css
| ... | ... | @@ -14508,7 +14508,10 @@ ul.product-special li.promo div{ |
| 14508 | 14508 | |
| 14509 | 14509 | .news_item { |
| 14510 | 14510 | padding-bottom: 20px; |
| 14511 | - border-bottom: 1px solid silver | |
| 14511 | + border-bottom: 1px solid silver; | |
| 14512 | + float: left; | |
| 14513 | + width: 100%; | |
| 14514 | + min-height: 120px; | |
| 14512 | 14515 | } |
| 14513 | 14516 | |
| 14514 | 14517 | ... | ... |