fix design bug
This commit is contained in:
@@ -8,7 +8,7 @@ const Footer: FC = () => {
|
||||
|
||||
return (
|
||||
<div className='xl:hidden'>
|
||||
<div className='h-[90px] '></div>
|
||||
<div className='h-[60px] '></div>
|
||||
<div className='fixed bottom-2 right-4 left-4 bg-white h-[60px] rounded-2xl flex justify-between items-center px-5'>
|
||||
<div className='text-description flex flex-col items-center gap-1.5'>
|
||||
<Home2
|
||||
|
||||
@@ -15,7 +15,7 @@ const Header: FC = () => {
|
||||
const { setOpenSidebar, openSidebar } = useSharedStore()
|
||||
|
||||
return (
|
||||
<div className='fixed right-4 left-4 xl:right-[285px] top-4 xl:h-16 h-12 flex items-center px-6 bg-white justify-between rounded-[32px] xl:w-[calc(100%-305px)]'>
|
||||
<div className='fixed z-10 right-4 left-4 xl:right-[285px] top-4 xl:h-16 h-12 flex items-center px-6 bg-white justify-between rounded-[32px] xl:w-[calc(100%-305px)]'>
|
||||
|
||||
<div className='min-w-[270px] hidden xl:block'>
|
||||
<Input
|
||||
|
||||
Reference in New Issue
Block a user