Skip to content

Commit

Permalink
chore: enhance team member css
Browse files Browse the repository at this point in the history
  • Loading branch information
cab-mikee committed Dec 18, 2024
1 parent b82f13c commit 4e4d3a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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
3 changes: 1 addition & 2 deletions docs/.vitepress/theme/components/TeamMember.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +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
class="i-carbon-logo-github mya inline-block text-current op30 transition duration-200 hover:op100"
Expand Down

0 comments on commit 4e4d3a1

Please sign in to comment.