Fixed footer on mobile

This commit is contained in:
Edgar P. Burkhart 2022-01-29 09:32:00 +01:00
parent 3ae02b9d82
commit 64a3f7d44a
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ body > #events {
}
@media (max-width: 672px) {
body > .topbar {
body > .topbar,
body > footer {
padding: 1rem;
}
body > #events {