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 {