From ed484cdde9326823a696fd39682f8e6d6e33c3cb Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Wed, 1 Jan 2025 18:46:23 +0100 Subject: Give the site a cleaner look --- src/partials/Footer.astro | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/partials/Footer.astro') 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; + } } -- cgit v1.3