Fixed issue with footer display.

This commit is contained in:
Daniel Wathen
2023-01-11 10:59:07 -07:00
parent a3f73e58d8
commit 7fbbca61b8
2 changed files with 12 additions and 7 deletions

View File

@ -14,7 +14,7 @@ html {
}
body {
margin-bottom: 60px;
margin-bottom: 30px;
}
.multiselect {
@ -90,4 +90,13 @@ body {
margin-top: 25%;
width: 60%;
padding: 10px;
}
#Footer {
position: absolute;
bottom: 0px;
height: 10px;
width: 100%;
margin-bottom: 35px;
padding-top: 10px;
}