Skip to content

Commit

Permalink
made images larger on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelleCJohnson committed Oct 31, 2023
1 parent ec010ec commit 7d65297
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ main {
max-height: 500px;
}

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

.close-button {
position: absolute;
top: 4px;
Expand All @@ -60,6 +64,7 @@ main {
max-width: 90%;
}


.beer-card h2 {
font-size: medium;
margin-bottom: 4px;
Expand Down

0 comments on commit 7d65297

Please sign in to comment.