Skip to content

Commit

Permalink
fix: blog page alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitm001 committed Aug 25, 2024
1 parent d3cf3fb commit 9881097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/blogs/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function Blog({ params }) {
}

return (
<section className='bg-white mx-auto py-6 px-6 sm:px-8 md:px-10 lg:px-12 lg:w-[70%] md:w-[80%] sm:w-[90%] w-[100%]'>
<section className='bg-white mx-auto text-left py-6 px-6 sm:px-8 md:px-10 lg:px-12 lg:w-[70%] md:w-[80%] sm:w-[90%] w-[100%]'>
<div className='py-6 text-blue-500'>
<Link href={'/blogs'}>blogs</Link>
</div>
Expand Down

0 comments on commit 9881097

Please sign in to comment.