Skip to content

Commit ed7c58e

Browse files
authored
스타일 관련 이슈 해결 (#473)
* fix: 홈 상단 배너 UI 정렬 좌측으로 수정 * fix: 마이페이지 하단 섹션에 flexbox 스타일 적용
1 parent bf041a2 commit ed7c58e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/src/app/(home)/_ui/FindLastYearScoreBar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

apps/web/src/app/my/_ui/MyProfileContent/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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="고객센터 문의" />

0 commit comments

Comments
 (0)