diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/dispatch/static/style.css | 5 | ||||
| -rw-r--r-- | app/dispatch/templates/dispatch/base.html | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/app/dispatch/static/style.css b/app/dispatch/static/style.css index 8c0a424..ab6c3c8 100644 --- a/app/dispatch/static/style.css +++ b/app/dispatch/static/style.css @@ -14,3 +14,8 @@ body { .invoice-table th, .invoice-table td, .invoice-table table { border: 1px solid black; } + +.nav-container { + margin: 0px auto; + max-width: 85%; +} 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" %} |
