aboutsummaryrefslogtreecommitdiff
path: root/app/dispatch/templates
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-02-16 22:08:18 -0500
committerMitch Riedstra <mitch@riedstra.us>2018-02-16 22:08:18 -0500
commit2b42aa926cc98e465a6004ea608e49badbbace4a (patch)
tree5b2aaced42bf013335770d282903ad730bca629c /app/dispatch/templates
parent49f9df9b774b48ceef6f3a99f7a6f4912730dc5f (diff)
downloaddispatch-tracker-user_log.tar.gz
dispatch-tracker-user_log.tar.xz
Increase the width of the navigation containeruser_log
Diffstat (limited to 'app/dispatch/templates')
-rw-r--r--app/dispatch/templates/dispatch/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/dispatch/templates/dispatch/base.html b/app/dispatch/templates/dispatch/base.html
index cac1b18..72cb2e1 100644
--- a/app/dispatch/templates/dispatch/base.html
+++ b/app/dispatch/templates/dispatch/base.html
@@ -33,7 +33,7 @@
<body>
<nav class="brown darken-3" role="navigation">
- <div class="nav-wrapper container">
+ <div class="nav-wrapper nav-container">
<a id="logo-container" href="{% url 'home' %}" class="brand-logo">{{template_vars.app_name}}</a>
<ul class="right hide-on-med-and-down">
{% include "dispatch/nav.html" %}