From 8451b78d104b8f6307c8321890a74d11324973ce Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 7 Dec 2024 13:38:36 +0100 Subject: [PATCH] design: making it 16/9 --- src/components/RepoList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } }