Update src/components/SearchPage.css

This commit is contained in:
jaanvi 2025-01-03 21:18:38 +00:00
parent 9c91688f22
commit 17d10081b6

View file

@ -1,4 +1,3 @@
body { body {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
background-color: #f4f4f4; background-color: #f4f4f4;
@ -43,7 +42,7 @@ html, body {
} }
.movie-detail-poster { img {
width: 40vw; width: 40vw;
height: auto; height: auto;
object-fit: cover; object-fit: cover;
@ -51,7 +50,7 @@ html, body {
transition: transform 0.3s ease; transition: transform 0.3s ease;
} }
.movie-detail-poster:hover { img:hover {
transform: scale(1.05); transform: scale(1.05);
} }