From: Ruben Beltran del Rio Date: Wed, 10 Jul 2024 21:24:32 +0000 (+0200) Subject: Slightly wider text X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/56ffe968715ccf75dc4e859806e2b8185f5c8289?hp=7629ba8ecd9a0e0b92b1bd72f29f1594d7e9bc42 Slightly wider text --- diff --git a/css/style.css b/css/style.css index 3afa393..898d274 100644 --- a/css/style.css +++ b/css/style.css @@ -8,6 +8,7 @@ body { font-feature-settings: "liga" 1, "dlig" 1, "pnum" 1; line-height: 1.6; letter-spacing: 0.02em; + text-align: justify; } aside { @@ -40,7 +41,7 @@ aside { .columned .h2:not(:only-child) .h3, .columned .h2:not(:only-child) li, .columned .h2:not(:only-child) p { - width: 22em; + width: 24em; } .columned .h2:not(:only-child) pre { width: 25em }