diff --git a/assets/css/099_footnotes.css b/assets/css/099_footnotes.css new file mode 100644 index 0000000..0c36dbf --- /dev/null +++ b/assets/css/099_footnotes.css @@ -0,0 +1,15 @@ +/************ + # FOOTNOTES + ************/ + +.footnotes { + font-size: var(--text-s); + + li:not(:last-child) { + margin-block-end: var(--space-xs); + } + + p { + font-size: inherit; + } +}