commit: 6367ee513940b7b228131c78a0b6ca85af5d28bb parent 1656171accfce0d2add1e7b1c2739e301514fc21 Author: Jorge Maldonado Ventura <jorgesumle@freakspot.net> Date: Thu, 6 Jan 2022 14:34:00 +0100 avoid that footnotes mess with line separationDiffstat:
M | assets/main.scss | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/assets/main.scss b/assets/main.scss @@ -83,6 +83,10 @@ article { } } + sup { + line-height: 1; + } + .comment { margin: 2rem auto 0; max-width: 80%;