Should work fine after merging; I think the issue lies in the small edits I made in activity.js to make the project scale better to different screen sizes. (Replaced hardcoded values with window.innerWidth * (x / 1920) where x = previous hardcoded value)
Should work fine after merging; I think the issue lies in the small edits I made in
activity.js
to make the project scale better to different screen sizes. (Replaced hardcoded values withwindow.innerWidth * (x / 1920)
where x = previous hardcoded value)