fix: Front cover not covering page
This commit is contained in:
parent
a64bce10f6
commit
350e96bb07
|
@ -97,7 +97,8 @@
|
|||
<style>
|
||||
#background {
|
||||
background-attachment: fixed;
|
||||
background-size: 100%;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
z-index: -10;
|
||||
position: fixed;
|
||||
|
|
Loading…
Reference in New Issue