From 74d5fc2cbb1ea0cd5fe3aac9bf890c33c85349e0 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Mon, 17 Apr 2023 18:21:14 -0400 Subject: [PATCH] update theme --- static/css/theme.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/theme.css b/static/css/theme.css index 55ad016..4b0166c 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -322,3 +322,6 @@ code{ article pre { width:100%; } +.footnotes{ + flex-direction: column; +} \ No newline at end of file