From 794bc75b381dc04a2c37b874715a2110b20db8d0 Mon Sep 17 00:00:00 2001 From: Winter Hille Date: Wed, 22 May 2024 19:24:01 -0700 Subject: [PATCH] fixed footer --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index ae0facb..a2635fa 100644 --- a/style.css +++ b/style.css @@ -218,6 +218,7 @@ body>.content>main { body>footer { padding: 0.5em; color: var(--accent-10); + white-space: nowrap; } body>footer>a {