From fc39602f1d16e8b1678c4541f3be82e910c4db04 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Tue, 14 Nov 2023 09:20:32 +0100 Subject: [PATCH] fix: li margin issue List item margins were incorrectly set to 0. Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- assets/css/typography.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/assets/css/typography.css b/assets/css/typography.css index 54084444e2..998d56e321 100644 --- a/assets/css/typography.css +++ b/assets/css/typography.css @@ -1,9 +1,6 @@ .prose { li { @apply mt-1 mb-1; - & > :first-child, & > :last-child { - @apply m-0; - } } a { font-weight: 400;