This commit is contained in:
hamid zarghami
2025-03-28 18:19:02 +03:30
parent ef64cb9694
commit fff96e33d2
13 changed files with 186 additions and 148 deletions
+2 -2
View File
@@ -4,12 +4,12 @@ import { FC } from 'react'
const Blog: FC = () => {
return (
<div className='mt-24 max-w-maxWidth mx-auto'>
<div className='xl:mt-24 mt-14 max-w-maxWidth mx-auto'>
<SectionHeader
title='بلاگ داناک'
/>
<div className='flex gap-8 mt-16 items-center'>
<div className='flex xl:flex-row flex-col gap-8 xl:mt-16 mt-10 items-center'>
<BlogItem />
<BlogItem />
<BlogItem />