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; + } }