Split Demo page
w3dev33 opened this issue · 1 comments
w3dev33 commented
gutter css is wrong:
.gutter-col-1 {
grid-column: 1; <---- should be 2!
}
or
.gutter-row-1 {
grid-row: 1; <--- should be 2!
}
nathancahill commented
Thanks, fixed.
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.