diff options
Diffstat (limited to 'app/dispatch/static')
| -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%; +} |
