Give cards a small shadow
This commit is contained in:
parent
1efdd09a7b
commit
663ce2cb4e
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ Example:
|
||||||
:card-body \"body\")"
|
:card-body \"body\")"
|
||||||
(destructuring-bind (&key col card-image card-header card-items card-body) body
|
(destructuring-bind (&key col card-image card-header card-items card-body) body
|
||||||
(let ((class-str (format nil "col~@[-~A~]" col))
|
(let ((class-str (format nil "col~@[-~A~]" col))
|
||||||
(sizing-class "card h-100"))
|
(sizing-class "card h-100 shadow-sm"))
|
||||||
`(spinneret:with-html
|
`(spinneret:with-html
|
||||||
(:div :class ,class-str
|
(:div :class ,class-str
|
||||||
(:div :class ,sizing-class
|
(:div :class ,sizing-class
|
||||||
|
|
Loading…
Add table
Reference in a new issue