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