From ddecdb9afca7c16b03aa5483cc1f0ef9df18ed11 Mon Sep 17 00:00:00 2001 From: Tony Air Date: Tue, 22 Oct 2019 16:31:38 +0700 Subject: [PATCH] Typography improvement --- src/scss/_typography.scss | 4 ++++ 1 file changed, 4 insertions(+) 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; + } }