From 189356af5b2a3369419ec8488e3856cbe368fb31 Mon Sep 17 00:00:00 2001 From: ColonelParrot <65585002+ColonelParrot@users.noreply.github.com> Date: Sat, 15 Apr 2023 19:42:23 -0400 Subject: [PATCH] Fix background image --- docs/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.css b/docs/index.css index aea10f6..077767d 100644 --- a/docs/index.css +++ b/docs/index.css @@ -12,6 +12,7 @@ body { background-image: url("images/galaxy.png"); background-size: cover; background-position: 0 -170px; + background-attachment: fixed; text-align: center; color: white; padding: 50px 0;