diff options
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; |
