Skip to content

Commit

Permalink
updating the size of scroll button
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-0283 committed Nov 10, 2024
1 parent c43873b commit 311d85c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,9 @@
.scroll-top-btn {
position: fixed;
bottom: 80px;
right: 25px;
right: 15px;
height: 60px;
width: 60px;
display: none; /* Initially hidden */
background-color: #f4978e;
color: white;
Expand Down

0 comments on commit 311d85c

Please sign in to comment.