Footnote styling tweak
This commit is contained in:
parent
65984360f1
commit
9151bcf04c
1 changed files with 13 additions and 0 deletions
|
@ -37,6 +37,19 @@ body, .post, .series {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
/* Footnotes */
|
||||
.footnotes {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-tems: left;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.footnotes > hr {
|
||||
width: 95%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* Style the site header */
|
||||
.site-header {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Reference in a new issue