We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195ed86 commit ca6d9caCopy full SHA for ca6d9ca
pages/blog/index.page.tsx
@@ -245,7 +245,7 @@ export default function StaticMarkdownPage({
245
246
return (
247
<section key={blogPost.slug}>
248
- <div className='h-[521px] flex border rounded-lg shadow-sm hover:shadow-xl transition-all duration-300 overflow-hidden dark:border-slate-500 group relative'>
+ <div className='h-[520px] flex border rounded-lg shadow-sm hover:shadow-xl transition-all duration-300 overflow-hidden dark:border-slate-500 group relative'>
249
<Link
250
href={`/blog/posts/${blogPost.slug}`}
251
className='inline-flex flex-col flex-1 w-full'
0 commit comments