Update nchyn_grey.html

Fix Background-image layout
pull/242/head
Nchyn 2021-03-09 13:25:59 +08:00 committed by GitHub
parent dd4dde83f3
commit 55e7a840d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,9 @@
background-image: url('<!--BackgroundUrl-->'); background-image: url('<!--BackgroundUrl-->');
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
height: 100%; background-attachment: fixed;
background-position: center;
height: 100vh;
<!--BackgroundEnd--> <!--BackgroundEnd-->
} }