From 82229b324edbe0620bd2160d31e4fc0324abca26 Mon Sep 17 00:00:00 2001 From: Hatsune Patrick Date: Wed, 11 Sep 2024 10:49:19 -0700 Subject: [PATCH] Made background stick --- src/styles/home.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/home.css b/src/styles/home.css index 5df78ad..f45c72d 100644 --- a/src/styles/home.css +++ b/src/styles/home.css @@ -3,7 +3,6 @@ body { background-repeat: no-repeat; background-size:cover; background-position: center; - background-attachment: fixed; } header {