Skip to content

Commit

Permalink
Update waifu.css
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinIves authored Jul 31, 2020
1 parent 99a29f3 commit d228d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions waifu.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
line-height: 0;
margin-bottom: -10px;
position: fixed;
transform: translateY(0px);
transform: translateY(4px);
transition: transform .3s ease-in-out, bottom 3s ease-in-out;
z-index: 1;
}

#waifu:hover {
transform: translateY(0);
transform: translateY(4px);
}

#waifu-tips {
Expand Down

0 comments on commit d228d98

Please sign in to comment.