responsive fix
This commit is contained in:
@@ -64,11 +64,6 @@ const DanakServices: FC = () => {
|
|||||||
isShort
|
isShort
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className='xl:min-w-[30%] min-w-[70%] flex-1'>
|
|
||||||
<ServiceItem
|
|
||||||
isShort
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import { FC } from 'react'
|
|||||||
|
|
||||||
const BlogItem: FC = () => {
|
const BlogItem: FC = () => {
|
||||||
return (
|
return (
|
||||||
<div className='flex-1 w-full min-h-[390px] bg-red-500 rounded-4xl overflow-hidden relative'>
|
<div className='flex-1 w-full min-h-[390px] rounded-4xl overflow-hidden relative'>
|
||||||
<Image
|
<Image
|
||||||
src='https://picsum.photos/seed/picsum/200/300'
|
src='https://picsum.photos/seed/picsum/200/300'
|
||||||
layout='fill'
|
layout='fill'
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ const ServiceItem: FC<Props> = (props) => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3 className='mt-6 xl:text-2xl font-bold'>
|
<h3 className='mt-6 font-bold'>
|
||||||
دی منو
|
دی منو
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user