We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e43a2 commit 241d1f1Copy full SHA for 241d1f1
src/.vitepress/theme/Authors.vue
@@ -16,7 +16,7 @@ const authors = computed(() => {
16
<dt class="sr-only">Authors</dt>
17
<dd>
18
<ul
19
- class="flex flex-col pl-10 space-y-5 md:justify-center md:flex-row md:space-y-0 md:space-x-12 md:pl-0 xl:block xl:space-x-0 xl:space-y-8"
+ class="flex flex-col pl-10 gap-y-5 md:grid md:grid-cols-2 md:gap-x-8 md:gap-y-6 md:pl-0 lg:grid-cols-3 xl:block xl:space-y-8"
20
>
21
<template v-for="author in authors" :key="author.name">
22
<Author :name="author.name" :github="author.github" :avatar="author.avatar" />
0 commit comments