diff --git a/src/App.css b/src/App.css index 0d6e33d..9cedac9 100644 --- a/src/App.css +++ b/src/App.css @@ -51,6 +51,10 @@ main { transform: scale(1.2); } +.beer-image:hover { + transform: scale(1.2) +} + .close-button { position: absolute; top: 4px;