Skip to content

Commit 1e188a2

Browse files
docs(team): improve cards padding (#4898)
1 parent eb6a2c5 commit 1e188a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/pages/team.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const icons = {
5656
:description="[user.pronouns, user.location].filter(Boolean).join(' ・ ')"
5757
:ui="{
5858
wrapper: 'items-center',
59-
container: 'gap-y-4 lg:p-8',
59+
container: 'gap-y-4 lg:py-8',
6060
leading: 'flex justify-center',
6161
title: 'text-center',
6262
description: 'text-center text-muted'

0 commit comments

Comments
 (0)