From c3a4fd047e00fe873c2a05264ec893c9efdb2b6a Mon Sep 17 00:00:00 2001 From: sejo Date: Sun, 26 Nov 2023 20:57:44 +0100 Subject: [PATCH] change footer font to small from x-small --- templates/estilo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/estilo.css b/templates/estilo.css index c094775..6cd4572 100644 --- a/templates/estilo.css +++ b/templates/estilo.css @@ -46,7 +46,7 @@ h1,h2,h3{ #header-icon { float:left; padding: 1.8em 1em 0 0em } footer{ - font-size: x-small; + font-size: small; padding-top:2em; }