Broke up the home page
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user