More massive workstuff for completion :P
This commit is contained in:
parent
7a8acf27a7
commit
3385118b14
20 changed files with 325 additions and 354 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue