diff options
Diffstat (limited to 'themes/elenq/static')
-rw-r--r-- | themes/elenq/static/css/elenq-pelican.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/themes/elenq/static/css/elenq-pelican.css b/themes/elenq/static/css/elenq-pelican.css index ffa92fa..848fd95 100644 --- a/themes/elenq/static/css/elenq-pelican.css +++ b/themes/elenq/static/css/elenq-pelican.css @@ -9,12 +9,6 @@ margin-right: auto; } -ol, ul { - font-size: 1.7rem; - list-style-position: outside; - margin-left: 3rem; - margin-right: 3rem; -} li{ padding-left: 1ex; } @@ -84,3 +78,8 @@ h1 span.subtitle{ h2.entry-title{ font-size: 3.0rem; line-height: 1.2; } + +.footnote{ + margin-top: 4em; + border-top: 1px solid var(--border-color); +} |