diff --git a/app/styles/app.scss b/app/styles/app.scss index 9f0866a60a9..d21c08f0ae3 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -34,8 +34,8 @@ body { } .ember-application > div { - width: 900px; - @media only screen and (max-width: 900px) { + width: 960px; + @media only screen and (max-width: 960px) { width: 100%; } } diff --git a/app/styles/crate.scss b/app/styles/crate.scss index 560dc19a775..79e6fa3e1b8 100644 --- a/app/styles/crate.scss +++ b/app/styles/crate.scss @@ -208,7 +208,7 @@ .docs { @include flex(7); padding-right: 40px; - max-width: 600px; + max-width: 640px; } .authorship { @include flex(3);