Skip to content

Commit

Permalink
Made the blog pages responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanKuAg authored and ItsRoy69 committed Feb 1, 2024
1 parent 5e62b14 commit f4c6e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Blog/Blog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Blog() {
Our Blogs
</div>
<h1 className='text-5xl font-semibold max-w-[400px] text-center py-4'>Reviews From Our Client</h1>
<div className='grid grid-cols-3 gap-8 w-[60%] mt-6'>
<div className='grid grid-cols-1 sm:grid-cols-2 xl:grid-cols-3 px-4 sm:px-8 lg:px-16 xl:px-0 gap-8 xl:w-[60%] mt-6'>
{blogData && blogData.map(el => <BlogCard {...el} />)}
</div>
</div>
Expand Down

0 comments on commit f4c6e27

Please sign in to comment.