From 540da33a7c1e9a0cec801df2a447f11ff933af29 Mon Sep 17 00:00:00 2001 From: sejo Date: Thu, 14 Apr 2022 21:20:24 -0500 Subject: [PATCH] removed body padding top --- templates/estilo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/estilo.css b/templates/estilo.css index 0be4c6a..e64846b 100644 --- a/templates/estilo.css +++ b/templates/estilo.css @@ -17,7 +17,7 @@ body{ max-width:36em; margin:0 auto; font-size:18px; - padding: 1em; + padding: 0 1em; font-family:sans-serif; }