diff --git a/src/pages/LoginPage/FindIdPage/FindIdPage.module.css b/src/pages/LoginPage/FindIdPage/FindIdPage.module.css index c953293d..9e237fc1 100644 --- a/src/pages/LoginPage/FindIdPage/FindIdPage.module.css +++ b/src/pages/LoginPage/FindIdPage/FindIdPage.module.css @@ -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 { @@ -24,6 +22,7 @@ .findIdFrame { width: 100%; + height: 100%; display: flex; flex-direction: column; justify-content: space-between;