From e2bf884052375a227e967ee817e04db8ebe72e57 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Mon, 25 Apr 2022 22:28:10 -0700 Subject: [PATCH] Apparently I don't know how "initial" works --- assets/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index e168e8a..8758f5e 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -34,7 +34,7 @@ html { font-size: 106%; max-width: 45em; - padding: initial 2%; + padding: 0 2%; } /* 45em is too wide for long body text. */ @@ -126,7 +126,7 @@ figure { /* figcaptions should be distinct from surrounding paragraphs tho */ figure:not([itemtype]) figcaption { - margin: initial 10%; + margin: 0 10%; } /* Mobile optimization: nav links are tappable with fat fingers */