fix: 💄 add margin to make favorites more spaced
All checks were successful
repod / xml (push) Successful in 1m45s
repod / php (push) Successful in 52s
repod / nodejs (push) Successful in 1m43s
repod / release (push) Has been skipped

This commit is contained in:
Michel Roux 2024-09-15 14:34:13 +02:00
parent b97d4487bb
commit 5588bb93e3

View File

@ -86,6 +86,7 @@ export default {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
gap: 1rem; gap: 1rem;
margin: 20px !important;
} }
.list { .list {