fix: Front cover not covering page

This commit is contained in:
Leni Aniva 2024-09-19 09:36:50 -07:00
parent a64bce10f6
commit 350e96bb07
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
1 changed files with 2 additions and 1 deletions

View File

@ -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;