diff options
-rw-r--r-- | polly/www/content.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polly/www/content.css b/polly/www/content.css index b7e8f2e37d8..549b2a99ece 100644 --- a/polly/www/content.css +++ b/polly/www/content.css @@ -8,11 +8,11 @@ html, body { #box { margin-left: auto; margin-right: auto; - max-width: 70em; + max-width: 67em; } [id=content] { /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */ - margin-left: 18em; + margin-left: 21em; padding-left: 3em; } |