diff --git a/src/scss/_typography.scss b/src/scss/_typography.scss index 0f0fd4e..183928a 100755 --- a/src/scss/_typography.scss +++ b/src/scss/_typography.scss @@ -16,4 +16,8 @@ h1, h2, h3, h4, h5, h6, @include clearfix; @import "./types/editor"; + + > *:last-child { + margin-bottom: 0; + } }