about us desktop version
This commit is contained in:
@@ -6,10 +6,10 @@ import { FC } from 'react'
|
||||
const Footer: FC = () => {
|
||||
return (
|
||||
<div className='w-full border-4 border-white rounded-4xl bg-white/26 px-4 min-h-[550px] xl:mt-24 mt-16 flex flex-col'>
|
||||
<div className='max-w-maxWidth mx-auto flex flex-col flex-1 w-full pt-10'>
|
||||
<div className=' flex flex-col flex-1 w-full pt-10'>
|
||||
<div className='flex-1 flex items-center pb-10'>
|
||||
|
||||
<div className='flex xl:flex-row flex-col xl:gap-24 gap-7 w-full'>
|
||||
<div className='flex xl:flex-row flex-col xl:gap-24 gap-7 w-full justify-between xl:px-10'>
|
||||
|
||||
<div className='xl:max-w-[203px] flex flex-col items-center text-center xl:items-start xl:text-right'>
|
||||
<Image
|
||||
@@ -74,7 +74,7 @@ const Footer: FC = () => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className='w-full flex-1'>
|
||||
<div className='w-full flex-1 max-w-[204px]'>
|
||||
<h6 className='font-bold xl:text-base text-xs'>
|
||||
خبرنامه
|
||||
</h6>
|
||||
|
||||
Reference in New Issue
Block a user