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

View file

@ -172,18 +172,16 @@ h1{
#outroText{
margin-top: 20vh;
margin-bottom: 30vh;
margin-bottom: 20vh;
margin-left: 27vw;
margin-right: 27vw;
}
#socialBar{
display: flex;
margin-left: 1vh;
margin-bottom: 1vh;
bottom: 0;
left: 0 ;
margin-bottom: 5vh;
justify-content: center;
}
@ -324,16 +322,15 @@ h1{
#outroText{
margin-top: 20vh;
margin-bottom: 30vh;
margin-bottom: 20vh;
margin-left: 1vw;
margin-right: 1vw;
}
#socialBar{
position: static;
justify-content: left;
justify-content: center;
font-size: 4vw;
margin-bottom: 0.8vh;
}
}