Styling overhaul

This commit is contained in:
Joe Carstairs
2024-05-12 08:33:19 +01:00
parent 88c6e8a658
commit 0f75bf3443
11 changed files with 210 additions and 718 deletions

View File

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