Masonry CSS fix (#196)

For some reason this doesn't translate correctly in production mode

Signed-off-by: Yannick Schaus <github@schaus.net>
pull/198/head
Yannick Schaus 2020-03-02 12:04:41 +01:00 committed by GitHub
parent fa6c724974
commit 726fc91b34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ export default {
width calc(100% - 2 * var(--oh-grid-gap))
.oh-columns-grid
columns auto 300px
column-count 6
column-width 300px
column-gap 0
margin-left auto
margin-right auto