From 6081e01fe45a1eb05d31dc918957c33c2df7edc8 Mon Sep 17 00:00:00 2001 From: jolzem Date: Sat, 22 Nov 2025 13:44:18 +0100 Subject: [PATCH] Fixed overflowing footer content on mobile --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 244f9c0..585c886 100644 --- a/css/style.css +++ b/css/style.css @@ -265,7 +265,7 @@ code { footer { width: 100%; - height: 4rem; + min-height: 4rem; text-align: center; background: var(--green-bg); padding: .5rem 0;