Add mailserver and force footer to be above all else

This commit is contained in:
Jimbo 2024-08-20 14:35:04 -04:00
parent 622eb0ba3a
commit 44b13fe5f8
4 changed files with 11 additions and 2 deletions

View file

@ -8,4 +8,5 @@ footer {
padding: 0.6em 0;
color: #FFFFFF;
font-size: 0.9em;
z-index: 1000; /* Ensure the footer is above other elements */
}