Skip to content

Commit

Permalink
Fix bad h1 top border commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lord committed Jun 12, 2014
1 parent 4d4f6ef commit ec9a688
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/stylesheets/screen.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ec9a688

Please sign in to comment.