responsive sidebar and footer reponsive and home responsive
This commit is contained in:
@@ -70,8 +70,8 @@ const OtherServices: FC = () => {
|
||||
<TitleLine title={t('service.selected_danak')} />
|
||||
</div>
|
||||
|
||||
<div className='flex gap-6 items-center mt-8'>
|
||||
<div className='flex-1 bg-white rounded-3xl p-6'>
|
||||
<div className='flex flex-wrap gap-6 items-center mt-8'>
|
||||
<div className='flex-1 min-w-[45%] bg-white rounded-3xl p-6'>
|
||||
<div className='flex gap-2 items-center'>
|
||||
<div className='size-[50px] bg-[#FF7B00] rounded-xl'></div>
|
||||
<div>
|
||||
@@ -96,7 +96,7 @@ const OtherServices: FC = () => {
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
<div className='flex-1 bg-white rounded-3xl p-6'>
|
||||
<div className='flex-1 min-w-[45%] bg-white rounded-3xl p-6'>
|
||||
<div className='flex gap-2 items-center'>
|
||||
<div className='size-[50px] bg-[#FF7B00] rounded-xl'></div>
|
||||
<div>
|
||||
@@ -121,7 +121,7 @@ const OtherServices: FC = () => {
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
<div className='flex-1 bg-white rounded-3xl p-6'>
|
||||
<div className='flex-1 min-w-[45%] bg-white rounded-3xl p-6'>
|
||||
<div className='flex gap-2 items-center'>
|
||||
<div className='size-[50px] bg-[#FF7B00] rounded-xl'></div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user