diff options
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> |
