diff --git a/app/styles/app/layout.sass b/app/styles/app/layout.sass index 022777e9..8cd70c21 100644 --- a/app/styles/app/layout.sass +++ b/app/styles/app/layout.sass @@ -1,6 +1,7 @@ -.centered .row - max-width: 1024px +.centered + .row + max-width: 1024px .main, .profile-view @@ -50,7 +51,6 @@ // layout magic http://lea.verou.me/2011/01/styling-children-based-on-their-number-with-css3/ .wrapper-main overflow: hidden - height: 100% & > div:first-child:nth-last-child(2) width: grid-calc(20, 24) float: left diff --git a/app/styles/app/layouts/footer.sass b/app/styles/app/layouts/footer.sass index 3d28b0cf..59d02b94 100644 --- a/app/styles/app/layouts/footer.sass +++ b/app/styles/app/layouts/footer.sass @@ -20,7 +20,7 @@ footer .wrapper padding-bottom: 334px - min-height: 100% + min-height: 100vh height: auto @media (min-width: 640px) .wrapper diff --git a/app/templates/layouts/dashboard.hbs b/app/templates/layouts/dashboard.hbs index 34a3685d..2e9cdfdb 100644 --- a/app/templates/layouts/dashboard.hbs +++ b/app/templates/layouts/dashboard.hbs @@ -52,20 +52,20 @@