Commit ec9a6888 authored by Robert Lord's avatar Robert Lord

Fix bad h1 top border commit

parent 4d4f6efe
......@@ -294,8 +294,10 @@ html, body {
);
}
h1:first-child, div:first-child + h1 {
border-top-width: 0;
&:first-child {
h1:first-child, div:first-child + h1 {
border-top-width: 0;
}
}
h2 {
......
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