removed max-width on _app

to fill all the browser spaces I've removed the max-widht directive.
pull/129/head
Grogdunn 10 years ago
parent 5d0f2cd5a6
commit aeeb7fb1b1

@ -1,7 +1,6 @@
._app {
position: relative;
z-index: 1;
max-width: 90rem;
height: 100%;
padding-top: $headerHeight;
overflow: hidden;

Loading…
Cancel
Save