diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index c051ae9..2c585ee 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1524,7 +1524,11 @@ p.right{text-align: right;} margin:18px 0; } .blog_post2 img:first-child{margin-top:0;} -.blog_post2 img{width:100%;margin: 9px 0px;} +.blog_post2 img{ + width: 100%!important; + margin: 9px 0px; + height: 100%!important; +} .hidden{display: none;} .text-blog p{ color: #595656; -- libgit2 0.21.4