diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 15:42:33 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-30 15:42:33 +0200 |
| commit | 5f02530a285675678f58433652d22b762025aa95 (patch) | |
| tree | 7cadf74ec284a1653859f2549439244f7e2f05f2 | |
| parent | d489b3c262b83f15f6674b7bbcee9b615495833c (diff) | |
Aligned to footer to the center
| -rw-r--r-- | src/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |
