Commit 1cda84e

HPCesia <me@hpcesia.com>
2025-02-01 11:33:25
fix: post card cover style
1 parent 317837d
Changed files (1)
src
components
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;
   }