diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-25 19:10:59 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-25 19:10:59 +0100 |
| commit | 1eb951213dfaaae81378e4b4408f76834533a360 (patch) | |
| tree | 0c8f716a17c6eb88f02bd5a3ec94c1a577b93459 /public/normalize.css | |
| parent | c1f8ed0573af79654ab411c95ef8908114879c69 (diff) | |
Random tidying
Diffstat (limited to 'public/normalize.css')
| -rw-r--r-- | public/normalize.css | 15 |
1 files changed, 5 insertions, 10 deletions
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 |
