Fix background image

This commit is contained in:
ColonelParrot 2023-04-15 19:42:23 -04:00
parent 196e8393aa
commit 189356af5b

View File

@ -12,6 +12,7 @@ body {
background-image: url("images/galaxy.png"); background-image: url("images/galaxy.png");
background-size: cover; background-size: cover;
background-position: 0 -170px; background-position: 0 -170px;
background-attachment: fixed;
text-align: center; text-align: center;
color: white; color: white;
padding: 50px 0; padding: 50px 0;