Make wider work better on single-column layout

This commit is contained in:
asonix 2019-10-08 15:08:43 -05:00
джерело 6e824dced9
коміт 7327e81232
1 змінених файлів з 1 додано та 1 видалено

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