Skip to content

Commit 2e38f97

Browse files
committed
less padding
1 parent 779dfa1 commit 2e38f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
>
77
<div class="flex flex-col">
88
<div class="flex justify-center text-left">
9-
<div v-if="pullRequests" class="flex flex-col gap-4">
9+
<div v-if="pullRequests" class="flex flex-col gap-2">
1010
<div
1111
v-for="pr in pullRequests"
1212
:key="pr.id"

0 commit comments

Comments
 (0)