From 7015696d73e998357a5a39ae6aa70b3cb11f4152 Mon Sep 17 00:00:00 2001 From: zhegal Date: Fri, 26 Jan 2018 15:45:02 +0200 Subject: [PATCH] blog image size --- frontend/web/css/main.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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