Fix bad h1 top border commit

This commit is contained in:
Robert Lord 2014-06-11 23:09:04 -07:00
parent 4d4f6efeb8
commit ec9a688846

View file

@ -294,9 +294,11 @@ html, body {
); );
} }
&:first-child {
h1:first-child, div:first-child + h1 { h1:first-child, div:first-child + h1 {
border-top-width: 0; border-top-width: 0;
} }
}
h2 { h2 {
@extend %header-font; @extend %header-font;