Update nchyn_grey.html

Fix Background-image layout
This commit is contained in:
Nchyn
2021-03-09 13:25:59 +08:00
committed by GitHub
parent dd4dde83f3
commit 55e7a840d2
+3 -1
View File
@@ -45,7 +45,9 @@
background-image: url('<!--BackgroundUrl-->');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
background-attachment: fixed;
background-position: center;
height: 100vh;
<!--BackgroundEnd-->
}