[THEME] Clear space if footnotes right after logo
This commit is contained in:
parent
8032c7dc81
commit
1d91c78f95
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue