styles fixes
This commit is contained in:
@@ -129,12 +129,14 @@ body {
|
||||
margin-bottom: 0.8rem;
|
||||
background: #222;
|
||||
}
|
||||
|
||||
.card-img-wrap img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
transition: transform 0.4s;
|
||||
}
|
||||
|
||||
.card:hover .card-img-wrap img {
|
||||
transform: scale(1.05);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user