Remove top border from first h1 of page

This commit is contained in:
Robert Lord
2014-06-11 22:04:08 -07:00
parent 0aff03f8da
commit 5a69760f54

View File

@@ -294,6 +294,10 @@ html, body {
);
}
h1:first-child, div:first-child + h1 {
border-top-width: 0;
}
h2 {
@extend %header-font;
font-size: 20px;