diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index b9aa680..f258c5c 100644 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -462,7 +462,12 @@ section.bar.background-gray.steps-pre:before { } #objects-wr .bar.background-gray{ padding: 20px 0;} - +#blog-listing-big .post .image, #blog-homepage .post .image{ + max-height: 350px; + display: flex; + justify-content: center; + align-items: center; + margin-bottom: 20px;} @media(min-width:992px) and (max-width:1199px){ .pr_cover { max-width: 320px; -- libgit2 0.21.4