Skip to content

Commit

Permalink
chore: enhance team css
Browse files Browse the repository at this point in the history
  • Loading branch information
cab-mikee committed Dec 18, 2024
1 parent bb8411a commit 0a62819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/components/HomeTeam.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { coreTeamMembers } from './contributors'
</h2>
</div>

<div grid="~ sm:cols-2 md:cols-3 lg:cols-4 gap-x-3 gap-y-20 items-stretch" p-10>
<div grid="~ cols-2 lg:cols-4 gap-x-3 gap-y-20 items-stretch" p-10>
<TeamMember
v-for="c of coreTeamMembers"
:key="c.github"
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/theme/components/TeamMember.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defineProps<{
<div mb-1 mt-2 text-xl>
{{ data.name }}
</div>
<div h-80px op60 v-html="data.description" />
<div h-20 lg:h-28 xl:h-20 op60 v-html="data.description" />

<div flex="~ inline gap-2" py2 text-2xl>
<a
Expand Down

0 comments on commit 0a62819

Please sign in to comment.