From 50b087e4f99b25f1ced5dd3d0a3088838ba485cd Mon Sep 17 00:00:00 2001 From: daudix Date: Sun, 28 Jul 2024 16:31:28 +0300 Subject: [PATCH] Remove bottom margin from the last paragraph inside details --- sass/_typography.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/_typography.scss b/sass/_typography.scss index 8064a57..ff52ebf 100644 --- a/sass/_typography.scss +++ b/sass/_typography.scss @@ -221,4 +221,8 @@ details { cursor: pointer; line-height: 1.25; } + + p:last-of-type { + margin-block-end: 0; + } }