fix: fixed size for toplist
Some checks failed
repod / nodejs (push) Waiting to run
repod / xml (push) Successful in 16s
repod / php (push) Has been cancelled

This commit is contained in:
Michel Roux 2024-01-10 17:54:56 +01:00
parent 70f1d3b69f
commit 7dadacd0ad

View File

@ -81,7 +81,7 @@ export default {
}
li {
flex-basis: 35%;
flex-basis: 10rem;
flex-shrink: 0;
}