Skip to content

Commit

Permalink
Merge pull request #1061 from shuhaki/main
Browse files Browse the repository at this point in the history
upgrade the hover speed of play button
  • Loading branch information
RitiChandak authored May 30, 2024
2 parents 93a9711 + 2112872 commit ca0c84d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -781,8 +781,8 @@ background-size: cover;
margin-top: 1.5rem;
padding: 10px 15px;
border-radius: 10px;
transition: all 2s ease;
animation: pulse 3s ease infinite;
transition: all 1s ease;
animation: pulse 1s ease infinite;
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
Expand Down

0 comments on commit ca0c84d

Please sign in to comment.