Make wider work better on single-column layout

Este commit está contenido en:
asonix 2019-10-08 15:08:43 -05:00
padre 6e824dced9
commit 7327e81232
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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