Skip to content

Commit

Permalink
adjust button to not overlap with needle menu
Browse files Browse the repository at this point in the history
  • Loading branch information
kipash committed Apr 4, 2024
1 parent e41a51e commit 9a6caa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ div {

.jump-button {
position: absolute;
bottom: 20px;
top: 20px;
left: 50%;
transform: translateX(-50%);

Expand All @@ -79,7 +79,7 @@ div {
}
.jump-button:active {
position:absolute;
bottom:15px;
top:5px;
font-size: 1.9em;
}

Expand Down

0 comments on commit 9a6caa8

Please sign in to comment.