footer
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user