Commit 592df05aa47a8955b6c4e0982ccb729ffbeb317c
1 parent
46313a44
123
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -1524,7 +1524,11 @@ p.right{text-align: right;} |
1524 | 1524 | margin:18px 0; |
1525 | 1525 | } |
1526 | 1526 | .blog_post2 img:first-child{margin-top:0;} |
1527 | -.blog_post2 img{width:100%;margin: 9px 0px;} | |
1527 | +.blog_post2 img{ | |
1528 | + width: 100%!important; | |
1529 | + margin: 9px 0px; | |
1530 | + height: 100%!important; | |
1531 | +} | |
1528 | 1532 | .hidden{display: none;} |
1529 | 1533 | .text-blog p{ |
1530 | 1534 | color: #595656; | ... | ... |