min-height: 100vh should be applied only to first div inside body

This commit is contained in:
Piotr Sarnacki 2015-01-08 14:22:46 +01:00
parent e6bde154ec
commit 34759558dd

View File

@ -17,7 +17,7 @@ $left-width: 250px
html, body
min-height: 100vh
body > div
body > div:first-child
min-height: 100vh
.application