aboutsummaryrefslogtreecommitdiff
path: root/app/templates/players.j2
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/players.j2')
-rw-r--r--app/templates/players.j26
1 files changed, 2 insertions, 4 deletions
diff --git a/app/templates/players.j2 b/app/templates/players.j2
index 16e3878..0499b73 100644
--- a/app/templates/players.j2
+++ b/app/templates/players.j2
@@ -6,15 +6,13 @@
<section class="section">
{{ navbar(url_for) }}
<h4 class="title is-4">Members</h4>
- <div class="fixed-grid has-4-cols">
- <div class="grid">
+ <div class="parent">
{% for regular in regulars %}
<div class="cell"> {{ player_button(regular) }} </div>
{% endfor %}
</div>
<h4 class="title is-4">Guests</h4>
- <div class="fixed-grid has-4-cols">
- <div class="grid">
+ <div class="parent">
{% for guest in guests %}
<div class="cell"> {{ player_button(guest) }} </div>
{% endfor %}