Make the columns wider

This commit is contained in:
Kegan Myers 2017-04-16 11:04:32 -05:00
parent e6f7043542
commit b42a494dec
1 changed files with 10 additions and 0 deletions

View File

@ -889,6 +889,11 @@ a.status__content__spoiler-link {
padding-right: 10px;
}
}
.column {
flex-grow: 1;
max-width: 600px; // This is just a guess at a sane max value
}
}
@media screen and (min-width: 2560px) {
@ -902,6 +907,11 @@ a.status__content__spoiler-link {
height: 90vh;
margin-top: 5vh;
}
.column {
flex-grow: 1;
max-width: 600px; // This is just a guess at a sane max value
}
}
.drawer__pager {