Skip to content

Commit b68db4b

Browse files
authored
adjusting blog page header (#1470)
* adding spacing * adjusting format * Revert "adjusting format" This reverts commit 94020ab. * Revert "adding spacing" This reverts commit fddb661. * adjusting the spacing and padding for mobile
1 parent 72883db commit b68db4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/blog/index.page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ export default function StaticMarkdownPage({
122122
<Head>
123123
<title>JSON Schema Blog</title>
124124
</Head>
125-
<div className='max-w-[1400px] mx-auto overflow-x-hidden flex flex-col items-center mt-10 '>
125+
<div className='max-w-[1400px] mx-auto overflow-x-hidden flex flex-col items-center mt-0 sm:mt-10'>
126126
{recentBlog[0] && (
127-
<div className='relative w-full h-[400px] bg-black clip-bottom mt-1.5 flex flex-col items-center justify-start dark:bg-slate-700'>
127+
<div className='relative w-full h-[500px] sm:h-[400px] bg-black clip-bottom mt-1.5 flex flex-col items-center justify-start dark:bg-slate-700'>
128128
<div className='absolute w-full h-full dark:bg-[#282d6a]'>
129129
<Image
130130
src={recentBlog[0].frontmatter.cover}

0 commit comments

Comments
 (0)