diff --git a/src/components/CatCard.astro b/src/components/CatCard.astro index b9ef6d5..97bc17d 100644 --- a/src/components/CatCard.astro +++ b/src/components/CatCard.astro @@ -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; }