From aeeb7fb1b1b0fcec4de4c1c4788df7f0bbbdce6e Mon Sep 17 00:00:00 2001 From: Grogdunn Date: Thu, 23 Oct 2014 09:32:41 +0200 Subject: [PATCH] removed max-width on _app to fill all the browser spaces I've removed the max-widht directive. --- assets/stylesheets/components/_app.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/stylesheets/components/_app.scss b/assets/stylesheets/components/_app.scss index aac48773..6568312d 100644 --- a/assets/stylesheets/components/_app.scss +++ b/assets/stylesheets/components/_app.scss @@ -1,7 +1,6 @@ ._app { position: relative; z-index: 1; - max-width: 90rem; height: 100%; padding-top: $headerHeight; overflow: hidden;