diff --git a/sleepeesoftware.fr/css/base.css b/sleepeesoftware.fr/css/base.css index 9ff2471..fa1a879 100644 --- a/sleepeesoftware.fr/css/base.css +++ b/sleepeesoftware.fr/css/base.css @@ -131,10 +131,10 @@ ul { list-style: none; } -ul .repo-list { +ul #repo-list { display: flex; - /*gap: 1em;*/ - /*flex-wrap: nowrap;*/ + gap: 1em; + flex-wrap: nowrap; flex-direction: row; list-style: none; }