design: making it 16/9

This commit is contained in:
Julien Calixte
2024-12-07 13:38:36 +01:00
parent ddc27e2c1f
commit 8451b78d10

View File

@@ -38,8 +38,8 @@ const getStyle = (repo: string) => {
.repo-list {
a {
border: 0;
width: 100px;
height: 80px;
width: 160px;
height: 90px;
}
}
</style>