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
/>
</div>
<div className='xl:min-w-[30%] min-w-[70%] flex-1'>
<ServiceItem
isShort
/>
</div>
</div>
</div>
)