From 04d855724bf160fecd5b2a88c38cbbe19707ee13 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sat, 29 Apr 2023 10:10:30 -0500 Subject: [PATCH] Fix footer padding --- src/stylus/core.styl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/stylus/core.styl b/src/stylus/core.styl index a2943e6..0f9e076 100644 --- a/src/stylus/core.styl +++ b/src/stylus/core.styl @@ -1,5 +1,6 @@ code, pre font-family var(--msff) + ul, ol { padding-left: 2em } a @@ -18,14 +19,15 @@ html,body font-size 1rem &> footer + padding 0.5em padding-top 5em padding-bottom 5em &> main padding 0.5em line-height 1.6em - &> main, > footer + &> main, > footer .highlight max-width 100vw border-left solid var(--syntax-bpx) var(--syntax-ledg)