projects pictures style updated

This commit is contained in:
parsa aghaei 2024-09-30 15:03:23 +03:30
parent 044cdb4280
commit 585a9e20a2

View File

@ -119,7 +119,7 @@ export default function MyProjects() {
key={idx}
src={image.src}
alt="UI/UX Vector"
className={`absolute ${image.position} z-${image.zIndex} project-image max-w-[350px]`}
className={`absolute ${idx==0?"bottom-0 start-0":"top-0 end-0"} z-${image.zIndex} project-image w-[85%] max-w-[350px]`}
/>
))}
</div>