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 {
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);
}