From 945eae8a88c62196a042afdba5eed9916b17c2c5 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Mon, 13 Oct 2014 15:35:20 -0400 Subject: [PATCH] Bump UI max width --- assets/stylesheets/components/_app.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/components/_app.scss b/assets/stylesheets/components/_app.scss index 92816176..aac48773 100644 --- a/assets/stylesheets/components/_app.scss +++ b/assets/stylesheets/components/_app.scss @@ -1,7 +1,7 @@ ._app { position: relative; z-index: 1; - max-width: 80rem; + max-width: 90rem; height: 100%; padding-top: $headerHeight; overflow: hidden;