[THEME] Clear space if footnotes right after logo

This commit is contained in:
Gregory Trolliet 2021-01-31 10:10:13 +01:00
parent 8032c7dc81
commit 1d91c78f95

View file

@ -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;