Commit 58b744cfe677830e50a211f96d278d224c27668e

Authored by Eugeny Galkovskiy
1 parent 7015696d

blog image size

Showing 2 changed files with 3 additions and 1 deletions   Show diff stats
frontend/views/blog/view.php
@@ -30,7 +30,7 @@ @@ -30,7 +30,7 @@
30 <?=$article->lang->title?> 30 <?=$article->lang->title?>
31 </p> 31 </p>
32 32
33 - <div id="post-content"> 33 + <div id="post-content" class="post-blog">
34 34
35 <p> 35 <p>
36 <?=$article->image->getImg( 36 <?=$article->image->getImg(
frontend/web/css/main.css
@@ -468,6 +468,8 @@ section.bar.background-gray.steps-pre:before { @@ -468,6 +468,8 @@ section.bar.background-gray.steps-pre:before {
468 justify-content: center; 468 justify-content: center;
469 align-items: center; 469 align-items: center;
470 margin-bottom: 20px;} 470 margin-bottom: 20px;}
  471 +.post-blog .lead{margin-top: 25px;}
  472 +.post-blog .content{margin-bottom: 50px;}
471 @media(min-width:992px) and (max-width:1199px){ 473 @media(min-width:992px) and (max-width:1199px){
472 .pr_cover { 474 .pr_cover {
473 max-width: 320px; 475 max-width: 320px;