Skip to content

Commit

Permalink
fixed mobile blog card
Browse files Browse the repository at this point in the history
  • Loading branch information
cbum-dev committed Jan 14, 2025
1 parent b205c4d commit 78a292a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/blog/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export default function StaticMarkdownPage({

return (
<section key={blogPost.slug}>
<div className='h-[498px] flex border rounded-lg shadow-sm hover:shadow-lg transition-all overflow-hidden dark:border-slate-500'>
<div className='sm:h-[498px] flex border rounded-lg shadow-sm hover:shadow-lg transition-all overflow-hidden dark:border-slate-500'>
<Link
href={`/blog/posts/${blogPost.slug}`}
className='inline-flex flex-col flex-1 w-full'
Expand Down

0 comments on commit 78a292a

Please sign in to comment.