From c47787eb8849a2ec0809b1b7d56bda4caf0db402 Mon Sep 17 00:00:00 2001 From: Rob Date: Sun, 12 Jan 2020 13:16:14 -0800 Subject: [PATCH] Remove a redundant reset rule.

elements get their margins and font sizes handled by the default theme portion of the file. --- sscaffold.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sscaffold.css b/sscaffold.css index 4aab556..cf76249 100644 --- a/sscaffold.css +++ b/sscaffold.css @@ -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;