Limit width

This commit is contained in:
asonix 2018-08-24 17:19:54 -05:00
parent 4a53e9d4df
commit aafbc70eeb

View file

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