Skip to content

Commit 4229705

Browse files
authored
[EC-190] refactor: 개인정보 수정 페이지 리팩토링 (#240)
1 parent 73b9bb4 commit 4229705

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

client/src/pages/studentSetting/StudentSetting.module.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
align-items: center;
66
justify-content: center;
77
flex-direction: column;
8-
gap: 1rem;
8+
gap: 4px;
99
}
1010

1111
.smallInputBox {
@@ -21,3 +21,9 @@
2121
.noneInputBox p span {
2222
display: none;
2323
}
24+
25+
.text_aline {
26+
color: var(--primary-300);
27+
font-size: var(--font-size-12);
28+
padding: 0 0 100px 0;
29+
}

0 commit comments

Comments
 (0)