mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 12:43:24 +00:00
Started Migration to Fluid-Tailwind and Misc Fixes
This commit is contained in:
parent
a9bd470c68
commit
9e4ef90d73
9 changed files with 21 additions and 18 deletions
|
@ -6,7 +6,7 @@ const BlogPage = () => {
|
|||
return (
|
||||
<div className='ml-4 mr-4 flex flex-col items-center space-y-10'>
|
||||
<h1 className='text-4xl font-semibold text-neutral-700'>Blog</h1>
|
||||
<div className='grid grid-cols-2 gap-20 sm:grid-cols-3 lg:grid-cols-4'>
|
||||
<div className='grid grid-cols-2 gap-20 md:grid-cols-3 lg:grid-cols-4'>
|
||||
{allBlogPosts.map((post) => (
|
||||
<div className='space-y-4 text-center' key={post._meta.path}>
|
||||
<Link href={`blog/posts/${post._meta.path}`}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue