Merge pull request #3 from FastDeath/master

Fixed page not covering viewport's height in gecko browsers
This commit is contained in:
Saul Johnson
2017-08-14 10:31:27 +01:00
committed by GitHub
+1
View File
@@ -4,6 +4,7 @@
body {
color: @text-color;
height: 100%;
}
hr {