Skip to content

Commit

Permalink
Merge pull request #7 from bocacode/ADD-image-hover-mb
Browse files Browse the repository at this point in the history
the Image hover changed to 20%
  • Loading branch information
toddalbert authored Oct 31, 2023
2 parents a017295 + 3e70a58 commit d4c6a52
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,18 @@ main {
border: 1px solid #ff00d0;
}

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

.beer-image {
width: 100%;
max-height: 500px;
transition: 0.3s;
}

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

.close-button {
Expand Down

0 comments on commit d4c6a52

Please sign in to comment.