diff options
Diffstat (limited to 'static/sass')
-rw-r--r-- | static/sass/main.scss | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/static/sass/main.scss b/static/sass/main.scss index 22295ec..ff3f04a 100644 --- a/static/sass/main.scss +++ b/static/sass/main.scss @@ -142,9 +142,12 @@ p.asterism { text-align: center; margin-top: 30px; margin-bottom: 30px; - &::before { - content: "⁂"; - } + + height: 20px; + background-image: url("../images/asterism.svg"); + background-size: 20px; + background-repeat: no-repeat; + background-position: center; } /* Undo the usual header spacing so we can nicely and evenly space the asterism */ div.section:has(p.asterism) + div h2 { |