responsive fix

This commit is contained in:
hamid zarghami
2025-03-28 18:35:59 +03:30
parent fff96e33d2
commit 784027544e
3 changed files with 2 additions and 7 deletions
-5
View File
@@ -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>
) )
+1 -1
View File
@@ -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'
+1 -1
View File
@@ -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>