Skip to content

Commit e9fb8da

Browse files
ConorOkusclaude
andcommitted
fix(vitepress): tighten case-studies category tab row-gap on mobile
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent f412872 commit e9fb8da

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/.vitepress/theme/components/CaseStudiesPage.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,9 @@ const filtered = computed(() =>
412412
.cs-tabs {
413413
display: flex;
414414
flex-wrap: wrap;
415-
gap: 24px;
415+
/* Tight row-gap so wrapped rows (on mobile) sit close together, while
416+
keeping a comfortable column-gap between tabs on the same row. */
417+
gap: 10px 24px;
416418
margin: 20px 0 4px;
417419
}
418420

0 commit comments

Comments
 (0)