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