refactor(app): remove negative margin from headings

This commit is contained in:
Masahiko Sakakibara
2018-03-29 15:47:18 -04:00
committed by Brandy Carney
parent 172cf25380
commit 1508af4df8

View File

@@ -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);