cleanup stuff

This commit is contained in:
m5r
2022-06-09 00:33:38 +02:00
parent e8ba6a63ab
commit c47b57e4bf
4 changed files with 16 additions and 155 deletions

View File

@ -1,4 +1,7 @@
.footer-ios {
margin-bottom: var(--safe-area-bottom);
padding-bottom: var(--safe-area-bottom);
@supports (-webkit-touch-callout: none) {
/* CSS specific to iOS devices */
.footer-ios {
margin-bottom: var(--safe-area-bottom);
padding-bottom: var(--safe-area-bottom);
}
}