Skip to content

Commit c0064b8

Browse files
authored
fixed mobile blog card (#1319)
1 parent 27ef6c9 commit c0064b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/blog/index.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ export default function StaticMarkdownPage({
246246

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

0 commit comments

Comments
 (0)