Commit 1cda84e
Changed files (1)
src
components
widgets
src/components/widgets/PostCardCover.astro
@@ -20,7 +20,7 @@ const { url, title, cover } = Astro.props;
<style>
a {
- @apply relative min-h-48 w-full overflow-hidden rounded-md md:w-3/4 md:max-w-96;
+ @apply relative flex min-h-48 w-full overflow-hidden rounded-md md:w-3/4 md:max-w-96;
@apply duration-100 active:scale-95 active:brightness-75;
}