From fd9aa5136b4b483c2f3c05c0f58a215386c1f8a2 Mon Sep 17 00:00:00 2001 From: sejo Date: Tue, 16 Nov 2021 19:35:36 -0600 Subject: [PATCH] max-width: 36em --- src/estilo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/estilo.css b/src/estilo.css index 93a09a1..4263eb4 100644 --- a/src/estilo.css +++ b/src/estilo.css @@ -2,7 +2,7 @@ a[rel^=external]:after{ content: "↗"; } body{ - max-width:40em; + max-width:36em; margin:0 auto; font-size:18px; padding: 1em;