From 5de7064e2b858da642a918af9f68771815f90f48 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Thu, 11 Mar 2021 10:09:35 +0700 Subject: [PATCH] fixed paddings on last paragraph --- src/styles/common/markdown.module.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/common/markdown.module.scss b/src/styles/common/markdown.module.scss index 9cfcb7e1..82cb22a5 100644 --- a/src/styles/common/markdown.module.scss +++ b/src/styles/common/markdown.module.scss @@ -55,6 +55,10 @@ $margin: 1em; p { margin-bottom: $margin; + + &:last-child { + margin-bottom: 0; + } } h5, h4, h3, h2, h1 {