pixel perfect

This commit is contained in:
hamid zarghami
2025-03-02 15:59:13 +03:30
parent 8adce17e41
commit 01e7de3a8b
14 changed files with 42 additions and 37 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ const OtherServices: FC = () => {
getAds.data?.data?.ads?.map((item: AdsItemType) => {
return (
<a target='_blank' key={item.id} className='relative drtl'>
<img src={item.imageUrl} className='w-full max-h-[300px] h-full object-cover rounded-3xl' />
<img src={item.imageUrl} className='w-full min-h-[190px] max-h-[300px] h-full object-cover rounded-3xl' />
<div className='absolute bg-black bg-opacity-20 size-full top-0 right-0 py-6 px-8 flex flex-col justify-between'>
<button className="px-8 w-fit py-1.5 bg-white bg-opacity-10 text-white text-sm rounded-full shadow-md ">
{t('home.new')}