From 1eb951213dfaaae81378e4b4408f76834533a360 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Fri, 25 Aug 2023 19:10:59 +0100 Subject: Random tidying --- public/normalize.css | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'public/normalize.css') diff --git a/public/normalize.css b/public/normalize.css index ff49f7a..00bde3f 100644 --- a/public/normalize.css +++ b/public/normalize.css @@ -11,6 +11,8 @@ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ + margin: 0; + padding: 0; } /* Sections @@ -22,6 +24,7 @@ html { body { margin: 0; + padding: 0; } /** @@ -30,16 +33,8 @@ body { main { display: block; -} - -/** - * Correct the font size and margin on `h1` elements within `section` and - * `article` contexts in Chrome, Firefox, and Safari. - */ - -h1 { - font-size: 2em; - margin: 0.67em 0; + margin: 0; + padding: 0; } /* Grouping content -- cgit v1.2.3