Skip to content

Commit

Permalink
styles: add missing border radius for media in blogpostcard
Browse files Browse the repository at this point in the history
  • Loading branch information
VmMad committed Apr 19, 2024
1 parent 24dfc9f commit abbc07c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{...externalProps}
class="blogpost-card flex flex-col items-start justify-center w-full space-y-6"
>
<media-wrapper class="aspect-video w-full overflow-hidden">
<media-wrapper class="aspect-video w-full overflow-hidden rounded">
<MediaManager {media} pointerEventsNone />
</media-wrapper>
<div class="flex flex-col items-start space-y-4 pr-8 w-full">
Expand Down

0 comments on commit abbc07c

Please sign in to comment.