From 17d10081b6e58dd86abe69b50efd564d5dfb91a0 Mon Sep 17 00:00:00 2001 From: jaanvi Date: Fri, 3 Jan 2025 21:18:38 +0000 Subject: [PATCH] Update src/components/SearchPage.css --- src/components/SearchPage.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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); }