From 592df05aa47a8955b6c4e0982ccb729ffbeb317c Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Mon, 10 Oct 2016 14:52:38 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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