Skip to content

Commit

Permalink
[FIX] 아이디 찾기 페이지 css 고치기
Browse files Browse the repository at this point in the history
  • Loading branch information
quothraven1122 committed Jan 20, 2025
1 parent 0c5b065 commit f0750f8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/LoginPage/FindIdPage/FindIdPage.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@
.pageFrame form {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.back {
margin-top: 0.875rem;
margin-bottom: 0.875rem;
}
.back:hover {
Expand All @@ -24,6 +22,7 @@

.findIdFrame {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
Expand Down

0 comments on commit f0750f8

Please sign in to comment.