Commit ec9a6888 authored by Robert Lord's avatar Robert Lord

Fix bad h1 top border commit

parent 4d4f6efe
...@@ -294,9 +294,11 @@ html, body { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment