Add footer and update style

This commit is contained in:
2024-03-14 02:27:10 +01:00
parent cc3a21b206
commit 68098d6dad
2 changed files with 20 additions and 1 deletions
+11
View File
@@ -8,9 +8,20 @@
}
.footer {
padding: 1rem;
position: fixed;
bottom: 0;
width: 100%;
background-color: #F2F2F2;
}
.footer q {
font-size: 0.9rem;
line-height: 1.2;
}
.footer small {
font-size: 0.8rem;
}
.orientation-modal {