feat(theme): home features section layout consistent

pull/2382/head
zonemeen 3 years ago
parent 0561c8fc41
commit c4fa333fc2

@ -26,7 +26,7 @@ const grid = computed(() => {
return 'grid-3'
} else if (length % 3 === 0) {
return 'grid-6'
} else if (length % 2 === 0) {
} else if (length % 2 === 0 || length % 2 === 1) {
return 'grid-4'
}
})

Loading…
Cancel
Save