diff options
Diffstat (limited to 'public/static/default.css')
-rw-r--r-- | public/static/default.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/static/default.css b/public/static/default.css index 428c8ef..0ca02b0 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -24,6 +24,11 @@ p { text-align: justify; } +div.content { + width: 100%; + margin: 0; +} + div.app { border-width:1px 2px; width:100%; |