diff options
| author | uvok cheetah | 2026-03-15 13:52:55 +0100 |
|---|---|---|
| committer | uvok cheetah | 2026-03-15 13:52:55 +0100 |
| commit | f704e93efac8193447543e518068c3d0ad1c3689 (patch) | |
| tree | a8d97a1d011b54ecd014799391583f8b71b9f6e4 /assets/main.scss | |
| parent | b8ca4f6d585a23ef1c96ad8781bff533f30d4cc7 (diff) | |
Diffstat (limited to 'assets/main.scss')
| -rw-r--r-- | assets/main.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/main.scss b/assets/main.scss index b5f2fa5..6a6e664 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -88,6 +88,13 @@ hr.postsep { display: none; } +hr.spaced.bottom { + margin-bottom: 1em; +} +hr.spaced.top { + margin-bottom: 0.5em; +} + /* PUSH CSS VERSION! */ |
