service item buy

This commit is contained in:
hamid zarghami
2025-03-09 17:19:04 +03:30
parent 3e8eef834e
commit b0a4c5854b
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ const HeaderBuy: FC<Props> = ({ data, planId }) => {
</div>
</div>
<div className='w-full items-end mt-6 flex xl:flex-row flex-col xl:justify-between'>
<div className='flex xl:gap-8 gap-4'>
<div className='flex w-full xl:gap-8 gap-4'>
<div className='xl:size-[70px] size-[50px] rounded-xl'>
<img src={data?.icon} className='w-full h-full rounded-xl' />
</div>