diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-05-12 08:33:19 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-05-12 08:33:19 +0100 |
| commit | 0f75bf3443996f287b9a8a70abb0b3ac8031def8 (patch) | |
| tree | c8136ceb877e6f7b0c1dc918fe5e2e3626cd5287 /website/public/css/reset.css | |
| parent | 88c6e8a6585c00f0a94e27f1351e77ef18518196 (diff) | |
Styling overhaul
Diffstat (limited to 'website/public/css/reset.css')
| -rw-r--r-- | website/public/css/reset.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/website/public/css/reset.css b/website/public/css/reset.css index 5a637b3..6cb4c4f 100644 --- a/website/public/css/reset.css +++ b/website/public/css/reset.css @@ -29,7 +29,6 @@ ol[role='list'] { /* Set core body defaults */ body { min-height: 100vh; - line-height: 1.5; } /* Set shorter line heights on headings and interactive elements */ @@ -67,3 +66,8 @@ textarea:not([rows]) { scroll-margin-block: 5ex; } +* { + margin: 0; + padding: 0; +} + |
