Skip to content

Commit

Permalink
more width for scroll up
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysHV1 committed Jul 1, 2024
1 parent c44b043 commit e781ed9
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/css/scroll-up.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
position: fixed;
bottom: 20px;
right: 20px;
width: 30px;
height: 30px;
width: 50px;
height: 50px;
border-radius: 50%;
cursor: pointer;
pointer-events: none;
Expand All @@ -23,10 +23,3 @@
transition: visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 1280px) {
.scroll-up {
width: 50px;
height: 50px;
}
}

0 comments on commit e781ed9

Please sign in to comment.