Commit 7015696d73e998357a5a39ae6aa70b3cb11f4152
1 parent
60554f71
blog image size
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
frontend/web/css/main.css
... | ... | @@ -462,7 +462,12 @@ section.bar.background-gray.steps-pre:before { |
462 | 462 | } |
463 | 463 | #objects-wr .bar.background-gray{ |
464 | 464 | padding: 20px 0;} |
465 | - | |
465 | +#blog-listing-big .post .image, #blog-homepage .post .image{ | |
466 | + max-height: 350px; | |
467 | + display: flex; | |
468 | + justify-content: center; | |
469 | + align-items: center; | |
470 | + margin-bottom: 20px;} | |
466 | 471 | @media(min-width:992px) and (max-width:1199px){ |
467 | 472 | .pr_cover { |
468 | 473 | max-width: 320px; | ... | ... |