Skip to content

Commit

Permalink
Remove a redundant reset rule.
Browse files Browse the repository at this point in the history
<h1> elements get their margins and font sizes handled by the default theme portion of the file.
  • Loading branch information
robsheldon committed Jan 12, 2020
1 parent 67eb612 commit c47787e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions sscaffold.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,6 @@ template {
}


h1 {
/* Fix the font size and margin on 'h1' elements in 'section' and
'article' contexts in Chrome, Firefox, and Safari. [1] */
font-size: 2em;
margin: 0.67em 0;
}


hr {
/* Add the correct box sizing in Firefox. [1] */
box-sizing: content-box;
Expand Down

0 comments on commit c47787e

Please sign in to comment.