From 455dc9a0aad1228bb47bfd7f9594c650085f2b3e Mon Sep 17 00:00:00 2001 From: Nulo Date: Fri, 23 Jun 2023 08:29:45 -0300 Subject: [PATCH] =?UTF-8?q?drip:=20m=C3=A1s=20accesible(=3F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- drip.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drip.css b/drip.css index a25af0c..3319431 100644 --- a/drip.css +++ b/drip.css @@ -4,7 +4,8 @@ body { font-family: sans-serif; - max-width: 75rem; + max-width: 70ch; + line-height: 1.5; margin: 0 auto; padding: 1rem; }