5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 16:36:22 +00:00

fix: un poco de separación entre columnas

This commit is contained in:
f 2024-05-28 17:56:27 -03:00
parent 067991e72b
commit a6e46d112f
No known key found for this signature in database

View file

@ -6,7 +6,7 @@
description = post.post.image.value['description']
end
.col.mb-3
.col.mb-3.p-1
= render('bootstrap/card', image: image, description: description, title: post.title, class: 'h-100') do
- if post.post.attribute?(:description)
%p.card-text= post.post.description.value