Skip to content

Commit

Permalink
change hover to button , not svg. change scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
hazeltonbw committed Apr 4, 2022
1 parent c9cc24d commit 43c3826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Post/Post.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ a {
transition: all 0.3s ease;
}

.comments-button svg:hover {
transform: scale(1.2);
.comments-button:hover svg{
transform: scale(1.15);
}

.comments-button:active {
Expand Down

0 comments on commit 43c3826

Please sign in to comment.