1
0
mirror of https://github.com/robsheldon/sscaffold-css.git synced 2025-01-16 20:28:26 +01:00

Remove a redundant reset rule.

<h1> elements get their margins and font sizes handled by the default theme portion of the file.
This commit is contained in:
Rob 2020-01-12 13:16:14 -08:00
parent 67eb61247c
commit c47787eb88

View File

@ -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;