Broke up the home page

This commit is contained in:
2019-05-26 04:28:40 +10:00
parent f949617284
commit 6095261c27
14 changed files with 233 additions and 109 deletions
+14 -2
View File
@@ -150,8 +150,8 @@ footer {
display: flex;
flex-direction: column;
justify-content: flex-start;
min-width: 320px;
width: 320px;
min-width: 160px;
width: 160px;
}
@media screen and (max-width: 480px) {
@@ -189,6 +189,18 @@ footer {
}
}
.constrained {
align-self: center;
max-width: 320px;
}
@media screen and (max-width: 480px) {
.constrained {
align-self: stretch;
max-width: none;
}
}
/* main panel */
.mainPanel {
margin-left: 30px;