diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 21:46:14 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-18 21:46:14 +0100 |
| commit | 13ec458329ead41afa3adc725fc7ffc979b20a92 (patch) | |
| tree | 67d62e7534807467eb9e10f4b669a37271fc70ff /public/main.css | |
| parent | db359ed29703793de351b637344bddf439285a0b (diff) | |
Pulls out typography spacing
Diffstat (limited to 'public/main.css')
| -rw-r--r-- | public/main.css | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/public/main.css b/public/main.css index 7ce8e51..1c5be4c 100644 --- a/public/main.css +++ b/public/main.css @@ -31,29 +31,6 @@ background-color: var(--background-color); } -.title { - margin-block-start: var(--spacing-block-sm); -} - -.title--small { - margin-block-start: 0; -} - -h1, -h2, -h3, -h4 { - margin-block-start: var(--spacing-block-lg); -} - -h1:first { - margin-block-start: var(--spacing-block-sm); -} - -p:not(:first) { - margin-block-start: var(--spacing-block-md); -} - footer { padding-block-start: var(--spacing-block-md); padding-bottom: 8rem; |
