fix: footer of mobile

This commit is contained in:
Phan An 2022-10-22 09:50:24 +02:00
parent 8603192c87
commit 1a89f45495
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC

View file

@ -174,6 +174,7 @@ provide(CurrentSongKey, currentSong)
#main {
@media screen and (max-width: 768px) {
padding-top: var(--header-height);
height: -webkit-fill-available;
}
}