We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb3188 commit 2eaf644Copy full SHA for 2eaf644
_includes/card.html
@@ -1,4 +1,4 @@
1
-<div class="col-xl-4 col-lg-6 col-md-12 mb-2">
+<div class="col-xl-4 col-lg-6 col-md-12 mb-4">
2
<div class="card card-{{include.color}}">
3
{% if include.color == "warning" %}
4
<div class="card-header text-dark bg-{{include.color}}">
_includes/panel.html
@@ -11,4 +11,4 @@ <h3 class="h5">{{include.title}}</h3>
11
{{include.body}}
12
</div>
13
14
-</div>
+</div>
0 commit comments