redesign #1

Merged
fred.boniface merged 115 commits from redesign into main 2022-10-29 20:12:58 +01:00
1 changed files with 9 additions and 0 deletions
Showing only changes of commit e67a6f7c9f - Show all commits

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 */