Make html container take the entire screen estate

This commit is contained in:
Pavel Djundik 2016-12-19 15:12:29 +02:00 committed by GitHub
parent b9047d98a2
commit bf71c4b9bd

View file

@ -31,7 +31,7 @@
html,
body {
height: 100%;
height: 100vh;
}
body {