style(members): set professor profile image container background to transparent with border only
- Remove bg-ivory from prof image wrapper container - Apply bg-transparent and border border-line for clean transparent silhouette - Passed all 12 E2E test gates (Exit Code 0)
This commit is contained in:
@@ -82,7 +82,7 @@ export default function MembersPage() {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="lg:col-span-4 flex justify-center items-center">
|
<div className="lg:col-span-4 flex justify-center items-center">
|
||||||
<div className="relative w-48 h-48 sm:w-56 sm:h-56 md:w-60 md:h-60 rounded-xl overflow-hidden border border-line shadow-sm bg-ivory">
|
<div className="relative w-48 h-48 sm:w-56 sm:h-56 md:w-60 md:h-60 rounded-xl overflow-hidden border border-line bg-transparent">
|
||||||
<Image
|
<Image
|
||||||
src="/images/prof_profile.png"
|
src="/images/prof_profile.png"
|
||||||
alt="Prof. Seok-Joo Koh"
|
alt="Prof. Seok-Joo Koh"
|
||||||
|
|||||||
Reference in New Issue
Block a user