fix bug design

This commit is contained in:
hamid zarghami
2025-04-23 21:54:44 +03:30
parent 9d777f842a
commit 849235ae3c
+2 -2
View File
@@ -57,10 +57,10 @@ const Products: FC = () => {
<div className='mt-6 flex justify-between items-end'> <div className='mt-6 flex justify-between items-end'>
<div className='flex gap-4'> <div className='flex gap-4'>
<div className='size-14 overflow-hidden rounded-2xl'> <div className='size-14 overflow-hidden rounded-2xl'>
<Image src={item.icon} alt='product' width={1080} height={1080} className='w-full h-full object-cover' /> <Image src={item.icon} alt='product' width={1080} height={1080} className='w-full min-w-14 h-full object-cover' />
</div> </div>
<div> <div>
<h2 className='text-xl font-bold'> <h2 className='xl:text-xl text-sm font-bold'>
{item.title} {item.title}
</h2> </h2>
<div className='mt-1'> <div className='mt-1'>