Use bigger bottom margin in card.html and panel.html (#1323)

Fixes #823
This commit is contained in:
Dawid Potocki 2019-09-19 11:27:36 +00:00 committed by blacklight447
parent aeb3188a97
commit 2eaf6441db
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<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">
<div class="card card-{{include.color}}">
{% if include.color == "warning" %}
<div class="card-header text-dark bg-{{include.color}}">

View File

@ -1,4 +1,4 @@
<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">
<div class="card card-{{include.color}}">
{% if include.color == "warning" %}
<div class="card-header text-dark bg-{{include.color}}">
@ -11,4 +11,4 @@
{{include.body}}
</div>
</div>
</div>
</div>