Add responsive footer CSS

This commit is contained in:
Fred Boniface 2022-10-20 13:32:59 +01:00
parent 48a0927613
commit e67a6f7c9f
1 changed files with 9 additions and 0 deletions

View File

@ -162,4 +162,13 @@ footer {
text-align: center;
}
@media screen and (min-width: 800px) and (min-height: 700px) {
footer {
position: fixed;
bottom: 0;
}
}
/* END FOOTER */