More massive workstuff for completion :P

This commit is contained in:
Lett Osprey 2026-04-10 19:36:28 +02:00
parent 7a8acf27a7
commit 3385118b14
20 changed files with 325 additions and 354 deletions

View file

@ -115,6 +115,14 @@ body {
margin: 0 auto;
}
.singles-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(590px, 1fr));
gap: 1rem;
max-width: 1200px;
margin: 0 auto;
}
.participant-box {
border: 2px solid #00ff00;
padding: 1rem;