From ebc26fff3e11fff83a8f00e38d02a8e939430694 Mon Sep 17 00:00:00 2001 From: daudix Date: Mon, 29 Jul 2024 21:03:37 +0300 Subject: [PATCH] Remove bottom margin for any last element inside details --- sass/_typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/_typography.scss b/sass/_typography.scss index ff52ebf..3e49e53 100644 --- a/sass/_typography.scss +++ b/sass/_typography.scss @@ -222,7 +222,7 @@ details { line-height: 1.25; } - p:last-of-type { + :last-of-type { margin-block-end: 0; } }