Commit 46313a44bf9795098b28b24abf5a4bc611453af2
1 parent
f4ac0d57
123
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -1480,7 +1480,12 @@ a.active{ |
1480 | 1480 | .text{ |
1481 | 1481 | position: relative; |
1482 | 1482 | } |
1483 | -.blog_post1 img{width:100%;max-width:960px;text-align: center;} | |
1483 | +.blog_post1 img{ | |
1484 | + width: 100%!important; | |
1485 | + max-width: 960px; | |
1486 | + text-align: center; | |
1487 | + height: 100%!important; | |
1488 | +} | |
1484 | 1489 | p.center{text-align: center;} |
1485 | 1490 | p.right{text-align: right;} |
1486 | 1491 | .blog_post1{ | ... | ... |