From c9e09e4ed9f21b678ecdb704c364314203492ed7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 15 Jul 2021 22:38:16 +0100 Subject: [PATCH] Update h3 styling within markdown --- assets/css/components.pcss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/css/components.pcss b/assets/css/components.pcss index 318339792..f845b638c 100644 --- a/assets/css/components.pcss +++ b/assets/css/components.pcss @@ -30,6 +30,14 @@ @apply mt-6; } + h3 { + @apply mt-8; + } + + h2 + h3 { + @apply mt-2 + } + blockquote { @apply my-8; }