Skip to content

Commit 0979f50

Browse files
committed
fix: width of repo group
1 parent 539ea9b commit 0979f50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/RepoGroup.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const { name } = defineProps<{ name: string }>();
2121
display: flex;
2222
gap: 12px;
2323
flex-wrap: wrap;
24-
width: 80vw;
24+
width: 70vw;
25+
max-width: 900px;
2526
}
2627
</style>

0 commit comments

Comments
 (0)