From 01f51f249ee1573eacb28fb79f7883941a86b450 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Wed, 27 Sep 2017 16:44:55 +0300 Subject: [PATCH] Блог --- frontend/web/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index 731ef60..f22f843 100755 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -294,6 +294,11 @@ input[type="text"].form-control{ background-color: #4fbfa8; border-color: #4fbfa8!important; } +.post .image a{ + height: 300px; + overflow: hidden; + display: block; +} .post .img-responsive{ width:100%; } -- libgit2 0.21.4