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:
parent
040a6b7b49
commit
fd2250aa70
8 changed files with 35 additions and 29 deletions
4
pages/autoScroll.js
Normal file
4
pages/autoScroll.js
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue