diff --git a/resources/main.css b/resources/main.css index 3617870..0501fc1 100644 --- a/resources/main.css +++ b/resources/main.css @@ -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;