From cac5d63f23565b1bde25689e28e571b57dd19a5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Sun, 3 Sep 2023 18:55:57 +0200 Subject: [PATCH] Remove redundant image styling rules --- src/components/CatCard.astro | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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; }