Skip to content

Commit e07e58c

Browse files
committed
fix: more padding for home page repos
1 parent 3e336e7 commit e07e58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const repos = computed(() => allowedRepos.value.filter(r => r.issuesIndexed > 10
4949
class="text-center"
5050
>
5151
or pick a repository to browse issue clusters
52-
<ul class="p-0 flex flex-row flex-wrap gap-4 justify-center">
52+
<ul class="p-0 flex flex-row flex-wrap gap-4 justify-center px-10">
5353
<li
5454
v-for="repo in repos"
5555
:key="repo.repo"

0 commit comments

Comments
 (0)