Minor fix for background size

This commit is contained in:
DrElyk
2018-03-23 20:21:40 -04:00
parent 4ed1d81086
commit b4ce3b544b
+1 -1
View File
@@ -7,7 +7,7 @@
box-sizing: border-box;
}
html
body
{
background-size: cover;
}