diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-19 10:41:51 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-19 10:41:51 +0100 |
| commit | 41a42b051e1c8f9f5bcc6ec749b6d60c8b4ff7fd (patch) | |
| tree | dccd59912c9cfbc4c936405c2bc5bdc9ac7a05dc /public/css/modules/schedule.css | |
| parent | ba389e0b558d27d9d2e30c9f9f681e50d03309bd (diff) | |
Improves block spacing
Diffstat (limited to 'public/css/modules/schedule.css')
| -rw-r--r-- | public/css/modules/schedule.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/public/css/modules/schedule.css b/public/css/modules/schedule.css index 123d76f..140767c 100644 --- a/public/css/modules/schedule.css +++ b/public/css/modules/schedule.css @@ -1,13 +1,13 @@ +.schedule:not(:first-child) { + margin-block-start: var(--margin-block-sm); +} + .schedule dt { font-weight: 700; - margin-block-start: var(--spacing-block-md); + margin-block-start: var(--margin-block-sm); text-align: center; } .schedule dd { text-align: center; } - -.schedule dd:last-child { - margin-block-end: var(--spacing-block-md); -}
\ No newline at end of file |
