From b1958f26720cb83b44707d93feafd33a08cf007e Mon Sep 17 00:00:00 2001 From: limepotato Date: Mon, 22 Jul 2024 01:00:54 -0600 Subject: [PATCH] fix background --- public/css/limepot.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/limepot.css b/public/css/limepot.css index 37eabf4..d2c7dd3 100644 --- a/public/css/limepot.css +++ b/public/css/limepot.css @@ -12,6 +12,7 @@ -moz-background-size: cover; -o-background-size: cover; background-size: repeat; + background-attachment: fixed; padding: 1rem; width: 1000px;