responsive fix
This commit is contained in:
@@ -3,7 +3,7 @@ import { FC } from 'react'
|
||||
|
||||
const BlogItem: FC = () => {
|
||||
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
|
||||
src='https://picsum.photos/seed/picsum/200/300'
|
||||
layout='fill'
|
||||
|
||||
@@ -15,7 +15,7 @@ const ServiceItem: FC<Props> = (props) => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<h3 className='mt-6 xl:text-2xl font-bold'>
|
||||
<h3 className='mt-6 font-bold'>
|
||||
دی منو
|
||||
</h3>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user