diff --git a/src/scss/_typography.scss b/src/scss/_typography.scss index 6b2c457..31ff742 100755 --- a/src/scss/_typography.scss +++ b/src/scss/_typography.scss @@ -32,9 +32,24 @@ h6, } } -ul:last-child, -p:last-child { - margin-bottom: 0; +h1, +h2, +h3, +h4, +h5, +h6, +.h1, +.h2, +.h3, +.h4, +.h5, +.h6, +ul, +ol, +p { + &:last-child { + margin-bottom: 0; + } } .typography {