codewithsadee / vcard-personal-portfolio

vCard is a fully responsive personal portfolio website, responsive for all devices.
https://codewithsadee.github.io/vcard-personal-portfolio/
MIT License
5.2k stars 2.14k forks source link

[Fix] Rounded corner image #92

Open su-per-man opened 6 months ago

su-per-man commented 6 months ago

Issue: When an individual opts not to use an Avatar or a transparent image for testimonials or the main profile image, the resulting image appears squared.

image

Fix: Implemented uniform corner radius for the <img> tags across all relevant CSS classes.

image

Impact: This adjustment has no adverse effects on the existing design.