From 57d1103fb5a7412fbccaf0c7c9bdb4a3c55a1893 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Tue, 10 Sep 2024 22:39:50 +0200 Subject: [PATCH] fix: no margin bottom for last paragraph --- src/_typography.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/_typography.scss b/src/_typography.scss index 2693474..bf780fd 100644 --- a/src/_typography.scss +++ b/src/_typography.scss @@ -11,6 +11,10 @@ ol { margin: 0 0 1rem 0; } +p:last-child { + margin:0; +} + a, mark { padding: 0.05rem;