diff --git a/proxy/static/index.css b/proxy/static/index.css index 6c75800..00602e0 100644 --- a/proxy/static/index.css +++ b/proxy/static/index.css @@ -26,7 +26,8 @@ header a { } #content { - margin: 0 0 2.6rem 0; + max-width: 55rem; + margin: 0 auto 2.6rem auto; padding: 2.6rem 5.2rem; background-color: #FFFFFF; }