CSS bugfix

This commit is contained in:
Claude Brisson
2024-08-29 10:54:22 +02:00
parent e35adb496e
commit 73edde87fa

View File

@@ -87,6 +87,8 @@
flex-flow: row wrap; flex-flow: row wrap;
justify-content: space-between; justify-content: space-between;
margin: 0 1em; margin: 0 1em;
align-items: baseline;
gap: 0.5em;
} }
#players-list { #players-list {