Fixed resource not being centered

pull/101/head
tycrek 2 years ago
parent 5b31250ff5
commit bbd5cf07e1
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -25,7 +25,7 @@ html
.w-full.h-full.flex.justify-center.items-center.text-center
.bg-content-bg.rounded-24
h4.mt-6.mb-4.text-3xl.font-main!=title
figure.block.mx-10.my-4
figure.block.mx-10.my-4.flex.flex-col.align-items-center
if fileIs.video
video.res-media(controls loop muted playsinline preload='metadata')&attributes(resourceAttr)
else if fileIs.image

Loading…
Cancel
Save