diff options
Diffstat (limited to 'ebus/webapp/static/main.css')
-rw-r--r-- | ebus/webapp/static/main.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ebus/webapp/static/main.css b/ebus/webapp/static/main.css index f832fdd..2b28643 100644 --- a/ebus/webapp/static/main.css +++ b/ebus/webapp/static/main.css @@ -1,9 +1,10 @@ body { margin:0px; font-family:sans; + padding: 10px; } #ebusgraph { - width:800px; - height:400px; + width:100%; + height:500px; } |