File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/app/components/card/cardList Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ interface RecruitIconItemProps {
1212// 채용 공고의 근무 조건을 아이콘으로 표시하는 컴포넌트의 아이템 컴포넌트
1313const 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 } />
You can’t perform that action at this time.
0 commit comments