aboutsummaryrefslogtreecommitdiff
path: root/src/match_up/templates/macros.j2
diff options
context:
space:
mode:
Diffstat (limited to 'src/match_up/templates/macros.j2')
-rw-r--r--src/match_up/templates/macros.j25
1 files changed, 1 insertions, 4 deletions
diff --git a/src/match_up/templates/macros.j2 b/src/match_up/templates/macros.j2
index 83fc823..6624c30 100644
--- a/src/match_up/templates/macros.j2
+++ b/src/match_up/templates/macros.j2
@@ -54,8 +54,6 @@
{% macro navbar(url_for) -%}
<nav class="level">
- <div class="level-item has-text-centered"></div>
- <div class="level-item has-text-centered"></div>
<p class="level-item has-text-centered">
<button class="button is-link" onclick="location.href = '/';">Games</button>
</p>
@@ -74,6 +72,7 @@
<p class="title">Match Up!</p>
</div>
<div class="level-item has-text-centered"></div>
+ <div class="level-item has-text-centered"></div>
<div class="level-right">
<div class="field has-addons has-addons-centered">
<div class="control"><button class="button is-dark" id="timer-dec">
@@ -96,7 +95,5 @@
</button></div>
</div>
</div>
- <div class="level-item has-text-centered"></div>
- <div class="level-item has-text-centered"></div>
</nav>
{%- endmacro %} \ No newline at end of file