From 2b42aa926cc98e465a6004ea608e49badbbace4a Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Fri, 16 Feb 2018 22:08:18 -0500 Subject: Increase the width of the navigation container --- app/dispatch/static/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/dispatch/static') 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%; +} -- cgit v1.2.3