dashboard full height while loading

This commit is contained in:
Lisa Passing 2015-02-16 15:58:09 +01:00
parent 1105981e7d
commit ffdfcc5739
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -20,7 +20,7 @@ footer
.wrapper
padding-bottom: 334px
min-height: 100%
min-height: 100vh
height: auto
@media (min-width: 640px)
.wrapper