diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2018-02-16 22:08:18 -0500 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2018-02-16 22:08:18 -0500 |
| commit | 2b42aa926cc98e465a6004ea608e49badbbace4a (patch) | |
| tree | 5b2aaced42bf013335770d282903ad730bca629c /app/dispatch/static/style.css | |
| parent | 49f9df9b774b48ceef6f3a99f7a6f4912730dc5f (diff) | |
| download | dispatch-tracker-2b42aa926cc98e465a6004ea608e49badbbace4a.tar.gz dispatch-tracker-2b42aa926cc98e465a6004ea608e49badbbace4a.tar.xz | |
Increase the width of the navigation containeruser_log
Diffstat (limited to 'app/dispatch/static/style.css')
| -rw-r--r-- | app/dispatch/static/style.css | 5 |
1 files changed, 5 insertions, 0 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%; +} |
