diff options
Diffstat (limited to 'static/sass')
-rw-r--r-- | static/sass/main.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/static/sass/main.scss b/static/sass/main.scss index 24b74f4..22295ec 100644 --- a/static/sass/main.scss +++ b/static/sass/main.scss @@ -138,6 +138,18 @@ h1.topmost { margin: 0 auto; } } +p.asterism { + text-align: center; + margin-top: 30px; + margin-bottom: 30px; + &::before { + content: "⁂"; + } +} +/* Undo the usual header spacing so we can nicely and evenly space the asterism */ +div.section:has(p.asterism) + div h2 { + margin-top: 0px; +} /* Styling for a page (reuses a lot of the article style) */ .page h1 { |