From e4d66996957f4d1f507de11aa3b331f707681246 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 10 Mar 2018 11:39:08 +0000 Subject: [PATCH] Increase spacing --- assets/less/main.less | 7 +++++++ source/_layouts/post.html.twig | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/assets/less/main.less b/assets/less/main.less index e7cab2d0..92098ca1 100644 --- a/assets/less/main.less +++ b/assets/less/main.less @@ -33,6 +33,13 @@ img.with-border { h1, h2, h3 { @apply .mb-2; } +.content { + h2, + h3 { + @apply .mt-6; + } +} + p, ul, ol, diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig index 71228e57..cc80c614 100644 --- a/source/_layouts/post.html.twig +++ b/source/_layouts/post.html.twig @@ -24,7 +24,7 @@ {% include 'post/header' %} {% include 'post/intro-image' %} -
+
{% block excerpt %}{% endblock %} {% block content %}{% endblock %}