fix(theme): make features section layout consistent (#2382)

Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
pull/2389/head
烽宁 2 years ago committed by GitHub
parent 7fe199b0b9
commit 26f21d95df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 > 3) {
return 'grid-4'
}
})

Loading…
Cancel
Save