From 8f9233b8647c83c0ea803f996b649347b30d1d5f Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Wed, 27 Sep 2017 16:49:12 +0300 Subject: [PATCH] Блог --- frontend/web/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index f22f843..a05a2f6 100755 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -294,6 +294,10 @@ input[type="text"].form-control{ background-color: #4fbfa8; border-color: #4fbfa8!important; } +.post .image{ + max-height:300px; + overflow:hidden; +} .post .image a{ height: 300px; overflow: hidden; -- libgit2 0.21.4