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