From d4d55146d3da7bfa32e04f9d3eaab214909279ca Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Mon, 25 Aug 2025 07:12:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20[welcome]=20Corrige=20centrado?= =?UTF-8?q?=20del=20pie=20de=20p=C3=A1gina?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/welcome.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/static/css/welcome.css b/static/css/welcome.css index 7630f3e..906c05d 100644 --- a/static/css/welcome.css +++ b/static/css/welcome.css @@ -420,17 +420,15 @@ a:hover:visited { } .welcome-footer { + display: flex; + justify-content: center; + flex-direction: column; + margin: 0 auto; + padding: 0 10.625rem 2rem; + max-width: 80rem; font-size: 1.15rem; font-weight: 300; line-height: 100%; - justify-content: center; - display: flex; - flex-direction: column; - max-width: 80rem; - padding: 0 10.625rem 2rem; -/* - z-index: 10; -*/ } .welcome-footer a:visited { color: var(--color-gray);