Made background stick

This commit is contained in:
Patrick Hatsune 2024-09-11 10:49:19 -07:00
parent 3cc5fc9d50
commit 82229b324e
Signed by: keyemail
GPG key ID: 5E831ABC5BCE10F2

View file

@ -3,7 +3,6 @@ body {
background-repeat: no-repeat; background-repeat: no-repeat;
background-size:cover; background-size:cover;
background-position: center; background-position: center;
background-attachment: fixed;
} }
header { header {