gg-blake / CS-Club-Website

https://cs-club-website-ten.vercel.app
4 stars 2 forks source link

Changed images to relative paths & disabled horiz. scroll #1

Closed leiDnedyA closed 1 year ago

leiDnedyA commented 1 year ago

I ran the site files locally and it ran perfectly other than the fact that the paths to the image files for the carousel were absolute paths to the music folder on your pc, so I downloaded some album covers, put them into a new folder in the project directory, and swapped out the paths in the code to the relative ones. I also disabled horizontal scroll via adding a tailwind class to the outermost div on the page.