Skip to content

Commit 26f21d9

Browse files
zonemeenbrc-dd
andauthored
fix(theme): make features section layout consistent (#2382)
Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
1 parent 7fe199b commit 26f21d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/theme-default/components/VPFeatures.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const grid = computed(() => {
2626
return 'grid-3'
2727
} else if (length % 3 === 0) {
2828
return 'grid-6'
29-
} else if (length % 2 === 0) {
29+
} else if (length > 3) {
3030
return 'grid-4'
3131
}
3232
})

0 commit comments

Comments
 (0)