From 896571d83834cacdca6eb2ae066e561bf6331cf1 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Thu, 5 Jun 2025 23:03:02 +0200 Subject: Enhance homepage layout and content, improve accessibility, and update styles --- src/partials/Footer.astro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/partials/Footer.astro') diff --git a/src/partials/Footer.astro b/src/partials/Footer.astro index 213aaa8..577a42d 100644 --- a/src/partials/Footer.astro +++ b/src/partials/Footer.astro @@ -30,6 +30,8 @@ import t from "../i18n/es.json"; footer { background-color: $dark; color: $light; + + vertical-align: middle; text-align: center; padding: 0.5rem 1rem; -- cgit v1.3