Update footer padding in style.css to remove excess space

This commit is contained in:
vista-man
2025-02-12 13:46:20 +01:00
parent e0077b4e1c
commit 156806c018

View File

@@ -131,7 +131,7 @@ body {
/* Footer */
footer {
text-align: center;
padding: 20px;
padding: 0px;
background-color: #f2c14e;
position: fixed;
bottom: 0;