Commit 8f9233b8647c83c0ea803f996b649347b30d1d5f
1 parent
01f51f24
Блог
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
frontend/web/css/custom.css
... | ... | @@ -294,6 +294,10 @@ input[type="text"].form-control{ |
294 | 294 | background-color: #4fbfa8; |
295 | 295 | border-color: #4fbfa8!important; |
296 | 296 | } |
297 | +.post .image{ | |
298 | + max-height:300px; | |
299 | + overflow:hidden; | |
300 | +} | |
297 | 301 | .post .image a{ |
298 | 302 | height: 300px; |
299 | 303 | overflow: hidden; | ... | ... |