Don't show page until fully loaded

This commit is contained in:
Andrew Miner
2016-04-28 22:38:04 -07:00
parent 2dbda99986
commit 636a8d061c
7 changed files with 63 additions and 14 deletions
+4
View File
@@ -69,6 +69,10 @@
}
}
.hidden {
display: none !important;
}
.page > .content {
min-height: $size-skyscraper-height;
}