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