Skip to content

Commit 11cef3e

Browse files
authored
Merge pull request #255 from manNomi/fix/university_img
fix: university 이미지 깨짐 문제 수정했습니다
2 parents a998c01 + 16050cc commit 11cef3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/university/[id]/UniversityDetail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const UniversityDetail = ({ university }: UniversityDetailProps) => {
2222
<div className="relative h-[236px] w-full bg-blue-100">
2323
<Image alt="대학 이미지" src={convertImageUrl(university.backgroundImageUrl)} fill className="object-cover" />
2424
</div>
25-
<div className="-mt-[66px] rounded-t-3xl bg-white px-5">
25+
<div className="z-30 -mt-[66px] rounded-t-3xl bg-white px-5">
2626
<TitleSection
2727
title={university.formatName}
2828
subTitle={university.englishName}

0 commit comments

Comments
 (0)