Skip to content

Commit

Permalink
Merge pull request #1604 from milvus-io/mark-1361
Browse files Browse the repository at this point in the history
update blog card style
  • Loading branch information
ThyeeZz authored Sep 9, 2024
2 parents 718c71c + 0c633a4 commit 431e75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/card/BlogCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const BlogCard = (props: {
[className]: className,
})}
>
<div className="w-full aspect-[1.59817/1] overflow-hidden rounded-[6px] mb-[28px]">
<div className="w-full aspect-[1.59817/1] overflow-hidden rounded-[12px] mb-[28px]">
<img className={styles.cover} src={cover} alt={title} />
</div>
<div className={styles.descWrapper}>
Expand Down

0 comments on commit 431e75a

Please sign in to comment.