Fix mobile padding top

This commit is contained in:
WardPearce
2024-05-09 10:38:17 +12:00
parent 02db8cfa1c
commit c175331521
+6
View File
@@ -50,3 +50,9 @@ main.root {
width: 100% !important;
}
}
@media screen and (max-width: 650px) {
main.root {
padding-top: 6em !important;
}
}