diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-05 23:03:02 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-05 23:03:02 +0200 |
| commit | 896571d83834cacdca6eb2ae066e561bf6331cf1 (patch) | |
| tree | 8f8a869e653e2820430735a987733574c03c0df4 /src/partials/Footer.astro | |
| parent | 441e643806ef6c1c8d10a64d22ab071a5d6e8024 (diff) | |
Enhance homepage layout and content, improve accessibility, and update styles
Diffstat (limited to 'src/partials/Footer.astro')
| -rw-r--r-- | src/partials/Footer.astro | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
