styles fixes

This commit is contained in:
2025-12-09 17:37:09 +01:00
parent bc1cf7b5e9
commit 7778ddbdf2
3 changed files with 14 additions and 0 deletions

View File

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