Skip to content

Commit a09b0ac

Browse files
committed
fix: 높이 수정
1 parent a4d429b commit a09b0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/card/cardList/RecruitIconItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ interface RecruitIconItemProps {
1212
// 채용 공고의 근무 조건을 아이콘으로 표시하는 컴포넌트의 아이템 컴포넌트
1313
const RecruitIconItem = ({ icon, label, value }: RecruitIconItemProps) => {
1414
return (
15-
<div className="flex h-[54px] items-center gap-2 overflow-hidden rounded-lg border border-grayscale-200 p-2 lg:h-[167px] lg:gap-6 lg:p-[30px]">
15+
<div className="flex h-[54px] items-start gap-2 overflow-hidden rounded-lg border border-grayscale-200 p-2 lg:h-[150px] lg:gap-6 lg:p-[30px]">
1616
<div className="flex h-9 w-9 items-center justify-center rounded-full bg-grayscale-100 bg-opacity-30 lg:h-14 lg:w-14">
1717
<div className="block lg:hidden">
1818
<Image src={icon.sm} alt={label} width={24} height={24} />

0 commit comments

Comments
 (0)