From b0a6a18697616a9c1af8014a9b21bab95831e92e Mon Sep 17 00:00:00 2001 From: Pagwin Date: Wed, 8 Jan 2025 17:14:18 -0500 Subject: [PATCH] changed content width and font size so the width is actually dependant on char width rather than weirdness --- static/css/layout.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/layout.css b/static/css/layout.css index 8806721..47c17a7 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -8,7 +8,7 @@ body { padding: 0px; margin: 0px; - + font-size: 1.75rem; font-family: "Atkinson Hyperlegible", sans-serif; -webkit-font-smoothing: antialiased; @@ -125,7 +125,7 @@ header#header { /*https://ux.stackexchange.com/a/34148*/ /*https://pearsonified.com/golden-ratio-typography-intro/*/ /*https://grtcalculator.com/*/ - max-width: 55em; + max-width: 55ch; border-radius: 0.5rem;