diff options
Diffstat (limited to 'src/match_up/templates/macros.j2')
| -rw-r--r-- | src/match_up/templates/macros.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/match_up/templates/macros.j2 b/src/match_up/templates/macros.j2 index 3e6c4d6..2974744 100644 --- a/src/match_up/templates/macros.j2 +++ b/src/match_up/templates/macros.j2 @@ -11,7 +11,7 @@ {%- endmacro %} {% macro guest_control(level, value) -%} -<div class="field has-addons" id="guests_{{level}}"> +<div class="field center has-addons is-centered" id="guests_{{level}}"> <div class="control"> <button class="button is-responsive is-dark" hx-post="/decrement_guest" |
