nathancahill/split

Split Demo page

w3dev33 opened this issue · 1 comments

gutter css is wrong:

.gutter-col-1 {
grid-column: 1; <---- should be 2!
}
or
.gutter-row-1 {
grid-row: 1; <--- should be 2!
}

Thanks, fixed.