diff --git a/src/components/RepoList.vue b/src/components/RepoList.vue index 716d625..213f3df 100644 --- a/src/components/RepoList.vue +++ b/src/components/RepoList.vue @@ -38,8 +38,8 @@ const getStyle = (repo: string) => { .repo-list { a { border: 0; - width: 100px; - height: 80px; + width: 160px; + height: 90px; } }