changing footer lengths

This commit is contained in:
Sevi 2024-11-29 01:36:55 -08:00
parent d5a4937fa2
commit 68a9ca7d04

View File

@ -113,7 +113,7 @@ button:hover {
.footer {
background-color: #444; /* Dark gray color for footer */
color: white; /* Light text color for footer */
padding: 20px;
padding: 10px;
text-align: center;
}