diff options
Diffstat (limited to 'design/style.css')
-rw-r--r-- | design/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/design/style.css b/design/style.css index bb3e2ef..5e26d29 100644 --- a/design/style.css +++ b/design/style.css @@ -59,7 +59,7 @@ body { top: 50px; left: 0px; bottom: 0px; - width: 300px; + width: 270px; border-right: 1px solid #ddd; overflow: auto; padding: 16px; @@ -67,7 +67,7 @@ body { .contents-right { margin-top: 50px; - margin-left: 332px; + margin-left: 302px; padding: 16px; } |