Skip to content

Commit

Permalink
Fixed floating bunny hand
Browse files Browse the repository at this point in the history
  • Loading branch information
haylietan committed Sep 27, 2024
1 parent a21c1e3 commit 63313b4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
padding-right: 7%;
padding-bottom: 10%;
position: relative;
overflow: hidden;

.header {
color: black;
Expand Down Expand Up @@ -41,6 +42,7 @@

.bunny_hand {
position: absolute;
overflow: hidden;
bottom: -10px;
width: auto;
right: 23%;
Expand Down

0 comments on commit 63313b4

Please sign in to comment.