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/utils.css | |
| parent | ba389e0b558d27d9d2e30c9f9f681e50d03309bd (diff) | |
Improves block spacing
Diffstat (limited to 'public/css/utils.css')
| -rw-r--r-- | public/css/utils.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/css/utils.css b/public/css/utils.css index 0261eb6..f578f99 100644 --- a/public/css/utils.css +++ b/public/css/utils.css @@ -8,6 +8,6 @@ width: fit-content; } -.margin-block-start-md { - margin-block-start: var(--spacing-block-md); -}
\ No newline at end of file +.margin-block-start-sm { + margin-block-start: var(--margin-block-sm); +} |
