diff --git a/src/components/SearchPage.css b/src/components/SearchPage.css index 0e84fa9..4efc12c 100644 --- a/src/components/SearchPage.css +++ b/src/components/SearchPage.css @@ -1,4 +1,3 @@ - body { font-family: Arial, sans-serif; background-color: #f4f4f4; @@ -43,7 +42,7 @@ html, body { } -.movie-detail-poster { +img { width: 40vw; height: auto; object-fit: cover; @@ -51,7 +50,7 @@ html, body { transition: transform 0.3s ease; } -.movie-detail-poster:hover { +img:hover { transform: scale(1.05); }