Remove redundant image styling rules

This commit is contained in:
Maciej Pędzich 2023-09-03 18:55:57 +02:00
parent d4df6dd6c0
commit cac5d63f23

View File

@ -58,15 +58,12 @@ const { cat } = Astro.props;
.img-wrapper {
width: 100%;
padding: 2rem;
padding-bottom: 0.75rem;
position: relative;
overflow: hidden;
padding-bottom: 0.6rem;
}
.card img {
display: block;
width: 100%;
max-height: 250px;
object-fit: cover;
}