Attach footer to the bottom of the screen

This commit is contained in:
speedie 2024-03-30 04:12:31 +01:00
parent 1b74e277b0
commit a9811e932b
1 changed files with 2 additions and 2 deletions

View File

@ -70,9 +70,9 @@ header img {
/* Footer Style */
footer {
position: relative;
position: fixed;
left: 0px;
bottom: 0vh;
bottom: 0px;
z-index: 10px;
height: 30px;
width: 100%;