From 58b744cfe677830e50a211f96d278d224c27668e Mon Sep 17 00:00:00 2001 From: zhegal Date: Fri, 26 Jan 2018 15:51:58 +0200 Subject: [PATCH] blog image size --- frontend/views/blog/view.php | 2 +- frontend/web/css/main.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/views/blog/view.php b/frontend/views/blog/view.php index de20e3e..30505a7 100644 --- a/frontend/views/blog/view.php +++ b/frontend/views/blog/view.php @@ -30,7 +30,7 @@ lang->title?>

-
+

image->getImg( diff --git a/frontend/web/css/main.css b/frontend/web/css/main.css index f258c5c..2c6e58b 100644 --- a/frontend/web/css/main.css +++ b/frontend/web/css/main.css @@ -468,6 +468,8 @@ section.bar.background-gray.steps-pre:before { justify-content: center; align-items: center; margin-bottom: 20px;} +.post-blog .lead{margin-top: 25px;} +.post-blog .content{margin-bottom: 50px;} @media(min-width:992px) and (max-width:1199px){ .pr_cover { max-width: 320px; -- libgit2 0.21.4