From e3b474104137c0ca11345629b92995738dfcf8fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sat, 24 Aug 2024 12:38:25 +0200 Subject: [PATCH] update markup styles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- src/styles/markup.scss | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/src/styles/markup.scss b/src/styles/markup.scss index c3134df93..a180078eb 100644 --- a/src/styles/markup.scss +++ b/src/styles/markup.scss @@ -12,13 +12,21 @@ h3 { @apply text-xl font-black; } + + hr { + @apply mb-4; + + &:last-child { + @apply mb-0; + } + } p { @apply mb-4 whitespace-pre-wrap; - } - - p:last-child { - @apply mb-0; + + &:last-child { + @apply mb-0; + } } a {