From cd410c9bf361f745819ca5af6177217b3992d1fe Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 27 May 2023 22:19:46 +0200 Subject: [PATCH] style: remove card line clamp --- src/components/Card.astro | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/components/Card.astro b/src/components/Card.astro index 6a425f4..c9b2bbe 100644 --- a/src/components/Card.astro +++ b/src/components/Card.astro @@ -60,11 +60,6 @@ const { href, title, rel, body, newTab = false } = Astro.props; h2 { margin: 0; transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1); - - display: -webkit-box; - -webkit-line-clamp: 1; - -webkit-box-orient: vertical; - overflow: hidden; } p {