projects pictures style updated
This commit is contained in:
parent
044cdb4280
commit
585a9e20a2
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user