fix bug design
This commit is contained in:
@@ -57,10 +57,10 @@ const Products: FC = () => {
|
||||
<div className='mt-6 flex justify-between items-end'>
|
||||
<div className='flex gap-4'>
|
||||
<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>
|
||||
<h2 className='text-xl font-bold'>
|
||||
<h2 className='xl:text-xl text-sm font-bold'>
|
||||
{item.title}
|
||||
</h2>
|
||||
<div className='mt-1'>
|
||||
|
||||
Reference in New Issue
Block a user