Fixed issue with footer display.
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user