Skip to content

Commit

Permalink
Increase max-width from 600px to 785px for scroll button
Browse files Browse the repository at this point in the history
  • Loading branch information
Emuohwo committed Mar 24, 2020
1 parent b26e850 commit 7a3cdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ body.fixed-nav {
}
}

@media (max-width: 600px){
@media (max-width: 785px){
#scrollToTopBtn{bottom: 75px;}
}

Expand Down

0 comments on commit 7a3cdcf

Please sign in to comment.