Increase spacing

This commit is contained in:
Oliver Davies 2018-03-10 11:39:08 +00:00
parent b7a0c75d01
commit e4d6699695
2 changed files with 8 additions and 1 deletions

View file

@ -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,

View file

@ -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>