Fixed overflowing footer content on mobile

This commit is contained in:
2025-11-22 13:44:18 +01:00
parent 7b233af1b4
commit 6081e01fe4
+1 -1
View File
@@ -265,7 +265,7 @@ code {
footer { footer {
width: 100%; width: 100%;
height: 4rem; min-height: 4rem;
text-align: center; text-align: center;
background: var(--green-bg); background: var(--green-bg);
padding: .5rem 0; padding: .5rem 0;