From c93ff7c56200764cff1855bae7ec1d6d79a32d7a Mon Sep 17 00:00:00 2001 From: Niklas Elsbrock Date: Mon, 7 Apr 2025 16:21:12 +0200 Subject: [PATCH] fix footer not resizing correctly --- resources/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/style.css b/resources/style.css index 9c1dd3f..face44a 100644 --- a/resources/style.css +++ b/resources/style.css @@ -272,7 +272,6 @@ main { } footer { - width: 100%; padding: 1rem; text-align: center; font-size: 0.75rem;