diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-12-16 11:49:48 +0000 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-01-12 08:28:53 +0000 |
| commit | 91e3b90179ca4b75dbbb1c06c8188dca0bdecf67 (patch) | |
| tree | 2421dbccebf24b6650363245b3525fa65603cc1e /scss/base | |
| parent | a783b4a6858f25a1453d77931926ba93bc0b7052 (diff) | |
Eiks 31 fixes (#43)
* Eiks 31 fixes
* Improves list styling
Diffstat (limited to 'scss/base')
| -rw-r--r-- | scss/base/typography.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/base/typography.scss b/scss/base/typography.scss index b9936ec..9f40bcc 100644 --- a/scss/base/typography.scss +++ b/scss/base/typography.scss @@ -62,7 +62,7 @@ h4 { margin-block-start: 0; } -p:not(:first-child) { +:is(p, ol, ul):not(:first-child) { margin-block-start: var(--margin-block-sm); } |
