Commit 01f51f249ee1573eacb28fb79f7883941a86b450

Authored by Eugeny Galkovskiy
1 parent 505c1c76

Блог

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
frontend/web/css/custom.css
... ... @@ -294,6 +294,11 @@ input[type="text"].form-control{
294 294 background-color: #4fbfa8;
295 295 border-color: #4fbfa8!important;
296 296 }
  297 +.post .image a{
  298 + height: 300px;
  299 + overflow: hidden;
  300 + display: block;
  301 +}
297 302 .post .img-responsive{
298 303 width:100%;
299 304 }
... ...