commit 1f09aac5098b006c67cc771b649c315b32f96ef9
parent af06e84f6d282e9098b8dbe82e4af7d8542c77b0
Author: Cody Lewis <luxdotsugi@gmail.com>
Date: Sat, 15 Sep 2018 23:59:24 +1000
Fixed background image height
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/index.html b/index.html
@@ -17,6 +17,7 @@
background-image: url("http://www.4freetextures.com/images/Red-soil764.jpg");
background-position: top-right;
background-repeat: no-repeat;
+ height: 100%;
background-size: cover;
background-attachment: fixed;
padding-top: 1%;