File tree Expand file tree Collapse file tree
(home)/_ui/FindLastYearScoreBar Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const FindLastYearScoreBar = () => {
1212 < div >
1313 < div className = "flex items-center gap-4" >
1414 < IconGraduationCap />
15- < div className = "flex flex-col" >
15+ < div className = "flex flex-col items-start " >
1616 < span className = "text-k-800 typo-regular-4" > 작년 합격 점수가 궁금하신가요?</ span >
1717 < span className = "text-k-800 typo-sb-9" > 작년도 합격 점수 확인하러 가기</ span >
1818 </ div >
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ const MyProfileContent = () => {
184184 </ div >
185185
186186 { /* Additional Options */ }
187- < div className = "mt-5" >
187+ < div className = "mt-5 flex flex-col gap-0.5 " >
188188 < LinkedTextWithIcon href = "/terms" text = "서비스 이용약관" />
189189
190190 < LinkedTextWithIcon isBilink href = { NEXT_PUBLIC_CONTACT_LINK } text = "고객센터 문의" />
You can’t perform that action at this time.
0 commit comments