From 1508af4df8c7971de191c6b4fd92435cfef18060 Mon Sep 17 00:00:00 2001 From: Masahiko Sakakibara Date: Thu, 29 Mar 2018 15:47:18 -0400 Subject: [PATCH] refactor(app): remove negative margin from headings --- core/src/components/app/app.scss | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/core/src/components/app/app.scss b/core/src/components/app/app.scss index e66b9c19d9..85b9108ea5 100644 --- a/core/src/components/app/app.scss +++ b/core/src/components/app/app.scss @@ -82,25 +82,6 @@ h6 { line-height: $headings-line-height; } -[padding] { - h1, - h2, - h3, - h4, - h5, - h6 { - &:first-child { - @include margin(-3px, null, null, null); - } - } -} - -h1 + h2, -h1 + h3, -h2 + h3 { - @include margin(-3px, null, null, null); -} - h1 { @include margin(20px, null, null, null);