From 5f02530a285675678f58433652d22b762025aa95 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 30 Mar 2026 15:42:33 +0200 Subject: Aligned to footer to the center --- src/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/style.css b/src/style.css index b16696f..7a90bf3 100644 --- a/src/style.css +++ b/src/style.css @@ -159,6 +159,11 @@ nav { padding: 1rem; } +footer { + width: 100%; + text-align: center; +} + /* MOBILE */ @media(max-width: 900px) { .nav-links { -- cgit v1.2.3