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' %} -