Skip to content

Commit

Permalink
adjusting the spacing and padding for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
idanidan29 committed Mar 10, 2025
1 parent 5fa2dad commit a66ae86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/blog/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ export default function StaticMarkdownPage({
<Head>
<title>JSON Schema Blog</title>
</Head>
<div className='max-w-[1400px] mx-auto overflow-x-hidden flex flex-col items-center mt-10 '>
<div className='max-w-[1400px] mx-auto overflow-x-hidden flex flex-col items-center mt-0 sm:mt-10'>
{recentBlog[0] && (
<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'>
<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'>
<div className='absolute w-full h-full dark:bg-[#282d6a]'>
<Image
src={recentBlog[0].frontmatter.cover}
Expand Down

0 comments on commit a66ae86

Please sign in to comment.