Commit 5a69760f authored by Robert Lord's avatar Robert Lord

Remove top border from first h1 of page

parent 0aff03f8
...@@ -294,6 +294,10 @@ html, body { ...@@ -294,6 +294,10 @@ html, body {
); );
} }
h1:first-child, div:first-child + h1 {
border-top-width: 0;
}
h2 { h2 {
@extend %header-font; @extend %header-font;
font-size: 20px; font-size: 20px;
......
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