Make wider work better on single-column layout

This commit is contained in:
asonix 2019-10-08 15:08:43 -05:00
parent 6e824dced9
commit 7327e81232
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.column {
flex-grow: 1 !important;
max-width: 540px;
max-width: 580px;
}