Skip to content

Commit

Permalink
Update index.page.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
cbum-dev authored Feb 9, 2025
1 parent 5a608ac commit e96a3c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/blog/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default function StaticMarkdownPage({
src={recentBlog[0].frontmatter.cover}
width={800}
height={450}
className='object-cover w-full h-full opacity-70'
className='object-cover w-full h-full opacity-70 blur-[5px]'
alt='hero image example'
/>
</div>
Expand All @@ -142,7 +142,7 @@ export default function StaticMarkdownPage({
<h1 className='text-h1mobile ab1:text-h1 sm:text-h2 font-semibold text-stroke-1 mr-6 dark:slate-300'>
{recentBlog[0].frontmatter.title}
</h1>
<div className='flex ml-2 mb-2 '>
<div className='flex ml-2 mb-2 gap-2'>
<div
className='bg-slate-50 h-10 w-10 lg:h-[44px] lg:w-[44px] rounded-full -ml-3 bg-cover bg-center border-2 border-white'
style={{
Expand Down

0 comments on commit e96a3c6

Please sign in to comment.