style: remove card line clamp

This commit is contained in:
Ayo 2023-05-27 22:19:46 +02:00
parent 4fdf9c1e6a
commit cd410c9bf3

View file

@ -60,11 +60,6 @@ const { href, title, rel, body, newTab = false } = Astro.props;
h2 { h2 {
margin: 0; margin: 0;
transition: color 0.6s cubic-bezier(0.22, 1, 0.36, 1); 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 { p {