Update src/components/SearchPage.css
This commit is contained in:
parent
9c91688f22
commit
17d10081b6
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue