Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat-tyagi authored Oct 3, 2021
1 parent 080596c commit ce0826a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Double Click Heart/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ small {
cursor: pointer;
max-width: 100%;
position: relative;
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
box-shadow: 0 15px 29px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.24);
}

.loveMe .fa-heart {
Expand All @@ -49,4 +49,4 @@ small {
transform: translate(-50%, -50%) scale(10);
opacity: 0;
}
}
}

0 comments on commit ce0826a

Please sign in to comment.