header-article -> disRounded

This commit is contained in:
tangly1024
2022-12-27 11:31:13 +08:00
parent f57e804bcf
commit 9da258c849

View File

@@ -13,7 +13,7 @@ export default function HeaderArticle({ post, siteInfo }) {
<img
src={headerImage}
alt={title}
className="opacity-50 dark:opacity-40 h-full w-full rounded-t-md object-cover"
className="opacity-50 dark:opacity-40 h-full w-full object-cover"
/>
<span className='absolute text-white p-6 text-3xl'>{title}</span>
</div>