mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 21:16:22 +00:00
fix: un poco de separación entre columnas
This commit is contained in:
parent
067991e72b
commit
a6e46d112f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue