diff options
Diffstat (limited to 'assets/scss')
| -rw-r--r-- | assets/scss/web/_blog.scss | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/assets/scss/web/_blog.scss b/assets/scss/web/_blog.scss index 62ce86a..519a6d3 100644 --- a/assets/scss/web/_blog.scss +++ b/assets/scss/web/_blog.scss @@ -82,12 +82,13 @@ } } - a.footnote-ref::before { - content: '['; - } - - a.footnote-ref::after { - content: ']'; + a.footnote-ref { + &:before { + content: '['; + } + &:after { + content: ']'; + } } } @@ -99,7 +100,8 @@ content: "Footnotes"; } li { - font-size: 80%; + font-size: 85%; + margin-top: 1rem; } p { margin-top: 0rem; |
