From 1d91c78f9536b9c4441b24219fe6741737837f06 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Sun, 31 Jan 2021 10:10:13 +0100 Subject: [PATCH] [THEME] Clear space if footnotes right after logo --- static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 79676bb..08ead9a 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -343,6 +343,7 @@ a:focus { margin: 0em; } } + /******************* Article Header *******************/ .container article .post-title { margin-bottom: 0.3em; @@ -494,6 +495,10 @@ a:focus { } } +.footnotes { + clear: left; +} + /******************* Article Figure *******************/ .article-body figure { margin: 1em 0;