Increase spacing
This commit is contained in:
parent
b7a0c75d01
commit
e4d6699695
|
@ -33,6 +33,13 @@ img.with-border {
|
||||||
|
|
||||||
h1, h2, h3 { @apply .mb-2; }
|
h1, h2, h3 { @apply .mb-2; }
|
||||||
|
|
||||||
|
.content {
|
||||||
|
h2,
|
||||||
|
h3 {
|
||||||
|
@apply .mt-6;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
p,
|
p,
|
||||||
ul,
|
ul,
|
||||||
ol,
|
ol,
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
{% include 'post/header' %}
|
{% include 'post/header' %}
|
||||||
{% include 'post/intro-image' %}
|
{% include 'post/intro-image' %}
|
||||||
|
|
||||||
<div class="mb-6">
|
<div class="content mb-6">
|
||||||
{% block excerpt %}{% endblock %}
|
{% block excerpt %}{% endblock %}
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue