Commit 58b744cfe677830e50a211f96d278d224c27668e
1 parent
7015696d
blog image size
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
frontend/views/blog/view.php
frontend/web/css/main.css
... | ... | @@ -468,6 +468,8 @@ section.bar.background-gray.steps-pre:before { |
468 | 468 | justify-content: center; |
469 | 469 | align-items: center; |
470 | 470 | margin-bottom: 20px;} |
471 | +.post-blog .lead{margin-top: 25px;} | |
472 | +.post-blog .content{margin-bottom: 50px;} | |
471 | 473 | @media(min-width:992px) and (max-width:1199px){ |
472 | 474 | .pr_cover { |
473 | 475 | max-width: 320px; | ... | ... |