Open VicsGithub opened 1 day ago
On the homepage, the background doesn't repeat when you scroll the page. Please fix that :)
You can just add "background-attachment: fixed;" "background-repeat:repeat-y;" to the body section.
background-attachment: fixed;
background-repeat:repeat-y;
On the homepage, the background doesn't repeat when you scroll the page. Please fix that :)