We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ddcccd + ca65aa7 commit f922a1eCopy full SHA for f922a1e
pages/index.page.tsx
@@ -256,8 +256,8 @@ const Home = (props: any) => {
256
{/* BlogPost Data */}
257
<Link href={`/blog/posts/${blogPosts[0].slug}`}>
258
<a className='inline-flex flex-col flex-1 w-full'>
259
- <div className='w-full '>
260
- <h3 className='mb-4 font-semibold' >The JSON Schema Blog</h3>
+ <div className='w-full mb-6'>
+ <h3 className='mb-5 font-semibold pt-1' >The JSON Schema Blog</h3>
261
<img src={blogPosts[0].frontmatter.cover} className='w-full h-[232px] mb-4' />
262
<h3 className='mb-4 font-semibold' > {blogPosts[0].frontmatter.title}</h3>
263
<div className='mb-4'><TextTruncate element='span' line={4} text={blogPosts[0].frontmatter.excerpt} /></div>
0 commit comments