Commit 14d051d531f7461f8eca471db1c52198bfafe876
1 parent
931509e3
Fix css
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -549,7 +549,7 @@ padding-left:27px; |
549 | 549 | .novelty_cont .item .pic{ |
550 | 550 | margin-top:24px; |
551 | 551 | } |
552 | -.novelty_cont .title_item{padding:13px;padding-top:0px;color:#6aa033;margin-top:10px;font-size:15px;line-height: 1.2;} | |
552 | +.novelty_cont .title_item{padding:13px;padding-top:0px;color:#6aa033;margin-top:10px;font-size:15px;line-height: 1.2;height: 4em} | |
553 | 553 | .novelty_cont .title_item a{text-decoration:none;color:#6aa033;} |
554 | 554 | .novelty_cont .item .price{ |
555 | 555 | font-size:20px; | ... | ... |