changed content width and font size so the width is actually dependant on char width rather than weirdness

This commit is contained in:
Pagwin 2025-01-08 17:14:18 -05:00
parent 717d48ffdc
commit b0a6a18697
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -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;