diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2024-10-18 16:58:03 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2024-10-18 16:58:03 +0200 |
| commit | 1aa425e1d7b5818d5677530512b4e0a6f525580e (patch) | |
| tree | c7f9f30da2c0b68736b9c5b9326df8cfd8e02543 /templates/players.j2 | |
| parent | 663e797209b11d7d234ca90da82fb809ac688845 (diff) | |
Made the visuals look good for laptop
Diffstat (limited to 'templates/players.j2')
| -rw-r--r-- | templates/players.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/players.j2 b/templates/players.j2 index 6db040a..ae6afe0 100644 --- a/templates/players.j2 +++ b/templates/players.j2 @@ -5,7 +5,7 @@ <body> <section class="section"> {{ navbar() }} - <div class="fixed-grid has-6-cols"> + <div class="fixed-grid has-4-cols"> <div class="grid"> {% for id, value in players.items() %} <div class="cell"> {{ player(id, value.status, value.name) }} </div> |
