Skip to content

Commit

Permalink
Merge pull request #8 from bocacode/add-image-hover-aa
Browse files Browse the repository at this point in the history
Add image hover aa
  • Loading branch information
toddalbert authored Oct 31, 2023
2 parents d4c6a52 + 499b3f6 commit 37ec8d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ main {
transform: scale(1.2);
}

.beer-image:hover {
transform: scale(1.2)
}

.close-button {
position: absolute;
top: 4px;
Expand Down

0 comments on commit 37ec8d7

Please sign in to comment.