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