From 288bacd659b5d8b960db36e72f27dba8521f2138 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 6 Dec 2024 21:42:02 +0200 Subject: [PATCH] Changed footer dimensions to better fit the new death date image --- static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index 0f38070..0c96eb7 100644 --- a/static/styles.css +++ b/static/styles.css @@ -16,7 +16,7 @@ body { .bottom { background-color: black; position: fixed; - width: 100%; + width: 82%; bottom: 0; font-size: 30px; padding: 10px;