diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 4947595..c051ae9 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1480,7 +1480,12 @@ a.active{ .text{ position: relative; } -.blog_post1 img{width:100%;max-width:960px;text-align: center;} +.blog_post1 img{ + width: 100%!important; + max-width: 960px; + text-align: center; + height: 100%!important; +} p.center{text-align: center;} p.right{text-align: right;} .blog_post1{ -- libgit2 0.21.4