master
rob 2 years ago
parent a1e0d9b5ac
commit e59a21be9b

@ -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")

@ -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

Loading…
Cancel
Save