minor edits after review from friend

-minor wording changes
-added an autoscroll to help confused users
-added page anchors
-minor css changes for mobile
This commit is contained in:
Nye Evans 2021-02-22 22:16:27 +00:00
parent 040a6b7b49
commit fd2250aa70
8 changed files with 35 additions and 29 deletions

4
pages/autoScroll.js Normal file
View file

@ -0,0 +1,4 @@
setTimeout(() => {
if (window.scrollY < 20)
window.scrollBy({top: window.innerHeight, left: 0, behavior: 'smooth'})
}, 2000); // we scroll the screen down a bit so the user realises theres more