diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-01-01 18:46:23 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-01-01 18:46:23 +0100 |
| commit | ed484cdde9326823a696fd39682f8e6d6e33c3cb (patch) | |
| tree | ca54226e74bfd6cacb1c38075b273fb3b9cb00c3 /src/partials/Footer.astro | |
| parent | 078d34867aa33fd7684ebe54b723309f2dcbc0ff (diff) | |
Give the site a cleaner look
Diffstat (limited to 'src/partials/Footer.astro')
| -rw-r--r-- | src/partials/Footer.astro | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/partials/Footer.astro b/src/partials/Footer.astro index 0dc9483..9db5a05 100644 --- a/src/partials/Footer.astro +++ b/src/partials/Footer.astro @@ -26,9 +26,14 @@ text-align: center; padding: 0.5rem 1rem; - + a { color: $accentLight; } + + p { + max-width: 82ch; + margin-inline: auto; + } } </style> |
