diff --git a/client/src/document/index.scss b/client/src/document/index.scss index 5ffaf549f795..3c55c8536ca1 100644 --- a/client/src/document/index.scss +++ b/client/src/document/index.scss @@ -213,10 +213,6 @@ .section-content { p { font: var(--type-article-p); - - &:last-child { - margin-bottom: 2rem; - } } figure { diff --git a/client/src/ui/molecules/notecards/index.scss b/client/src/ui/molecules/notecards/index.scss index d8adbd8ade80..3d8760d7e053 100644 --- a/client/src/ui/molecules/notecards/index.scss +++ b/client/src/ui/molecules/notecards/index.scss @@ -17,7 +17,7 @@ p { line-height: 2; - margin: 0 !important; + margin: 0; } &:before {