diff --git a/resources/css/layout/gutenberg.css b/resources/css/layout/gutenberg.css index 30545a1..5796c82 100644 --- a/resources/css/layout/gutenberg.css +++ b/resources/css/layout/gutenberg.css @@ -62,6 +62,19 @@ article > *:not(.entry-content), @apply font-bold; } } + ul, + ol, + p { + @apply mb-6; + } + h1 { + @apply mb-10; + } + > h2, + > h3 { + @apply mb-3 mt-12; + font-size: 1.7rem; + } } }