Skip to content

Commit e3eae04

Browse files
committed
fix(homepage team): change gap from 2rem to 2px
1 parent 06bd4ef commit e3eae04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vitepress/theme/components/HomePage.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ onMounted(fetchContributors);
162162
<h2 id="meet-the-team" class="section-title op70 font-normal">Meet The Team</h2>
163163

164164
<!-- Workaround to display team members with odd number in two columns -->
165-
<div class="section-content-top w-full p-10 pb-1">
165+
<div class="section-content-top w-full p-10 pb-[1px]">
166166
<VPTeamMembers size="small" :members="team.members.slice(0, 2)" />
167167
</div>
168-
<div class="section-content-bottom w-full p-10 pt-1">
168+
<div class="section-content-bottom w-full p-10 pt-[1px]">
169169
<VPTeamMembers size="small" :members="team.members.slice(2)" />
170170
</div>
171171
</div>

0 commit comments

Comments
 (0)