diff --git a/app/views/layouts/main-sidebar.pug b/app/views/layouts/main-sidebar.pug index 644073e..52cbef8 100644 --- a/app/views/layouts/main-sidebar.pug +++ b/app/views/layouts/main-sidebar.pug @@ -1,7 +1,7 @@ extends main block content-container block content-header - section.uk-section.uk-section-default + section.uk-section.uk-section-default.uk-section-small .uk-container div(uk-grid)#dtp-content-grid div(class="uk-width-1-1 uk-width-2-3@m") diff --git a/app/views/post/view.pug b/app/views/post/view.pug index c8e714f..5eb352c 100644 --- a/app/views/post/view.pug +++ b/app/views/post/view.pug @@ -3,7 +3,7 @@ block content-header if post.image div(style="position: relative;") - img(src=`/image/${post.image._id}`, style="max-height: 420px; object-fit: cover; object-position: top center;").responsive + img(src=`/image/${post.image._id}`, style="max-height: 420px; object-fit: cover; object-position: center center;").responsive block content