Skip to content

Commit

Permalink
Fix: changes back to top button to uncover content (publiclab#7823)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattp0 authored and Piyush Swain committed Oct 22, 2020
1 parent 4680e75 commit 31e16fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -567,10 +567,10 @@ a.btn-outline-secondary .fa {

.back-to-top i {

font-size: 60px;
font-size: 40px;
position: fixed;
bottom: 40px;
right: 50px;
bottom: 20px;
right: 20px;

}

Expand Down

0 comments on commit 31e16fc

Please sign in to comment.