From e75838dcc1624cc7cd1a94d5f06ad29b69947a02 Mon Sep 17 00:00:00 2001 From: doomy Date: Sun, 8 Sep 2024 22:40:44 -0400 Subject: [PATCH] fix footnote margin --- sass/feather.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/feather.scss b/sass/feather.scss index 898340a..514d29e 100644 --- a/sass/feather.scss +++ b/sass/feather.scss @@ -258,7 +258,7 @@ section { font-size: 1em; } - >p { + >p, .footnote-definition>p { margin: 1em 0; } }