fix: add the right margin to the right components

This commit is contained in:
Julien Calixte
2026-03-29 22:09:01 +02:00
parent d5b251c4a0
commit ed1a6b7fba
2 changed files with 30 additions and 28 deletions

View File

@@ -40,6 +40,7 @@ const getStyle = (seed: string) => {
<style scoped lang="scss">
.repo-list {
display: flex;
justify-content: space-evenly;
gap: 1rem;
flex-wrap: wrap;