Move settings menu to a tab

settings is now its own tab instead of a modal.
This commit is contained in:
Harvey Tindall
2020-09-22 20:46:48 +01:00
parent b6ceee508c
commit 2ab9b48f4b
9 changed files with 150 additions and 105 deletions
+6 -1
View File
@@ -1,5 +1,10 @@
.pageContainer {
margin: 5% 20% 5% 20%;
margin: 5% 30% 5% 30%;
}
@media (max-width: 1900px) {
.pageContainer {
margin: 5% 20% 5% 20%;
}
}
@media (max-width: 1100px) {
.pageContainer {