Revert max width

Closes #128
pull/130/head
Thibaut 10 years ago
parent 5d0f2cd5a6
commit c0fb364dd3

@ -1,12 +1,9 @@
._app { ._app {
position: relative; position: relative;
z-index: 1; z-index: 1;
max-width: 90rem;
height: 100%; height: 100%;
padding-top: $headerHeight; padding-top: $headerHeight;
overflow: hidden; overflow: hidden;
background: white;
box-shadow: 1px 0 #c4c9cc, 1px 0 1px rgba(black, .15);
-webkit-transition: opacity .2s; -webkit-transition: opacity .2s;
transition: opacity .2s; transition: opacity .2s;
@extend %border-box; @extend %border-box;
@ -29,7 +26,7 @@
line-height: 1; line-height: 1;
margin-top: -.75em; margin-top: -.75em;
font-size: 4rem; font-size: 4rem;
color: #c8c8c8; color: #ccc;
text-align: center; text-align: center;
letter-spacing: -.125rem; letter-spacing: -.125rem;
opacity: 0; opacity: 0;

@ -4,7 +4,6 @@
._mobile { ._mobile {
font-size: 100%; font-size: 100%;
background: white;
// Layout // Layout
@ -12,11 +11,6 @@
._app, ._container, ._content { overflow: visible; } ._app, ._container, ._content { overflow: visible; }
._app {
max-width: none;
box-shadow: none;
}
._container { ._container {
margin: 0; margin: 0;
border: 0; border: 0;

@ -1,7 +1,7 @@
html { html {
height: 100%; height: 100%;
font-size: 100%; font-size: 100%;
background: #fafafa; background: white;
@media #{$mediumScreen} { font-size: 93.75%; } @media #{$mediumScreen} { font-size: 93.75%; }
} }

Loading…
Cancel
Save