diff --git a/src/component/mainPage/signUp/index.vue b/src/component/mainPage/signUp/index.vue index 15d4aa0b..b84aa28c 100644 --- a/src/component/mainPage/signUp/index.vue +++ b/src/component/mainPage/signUp/index.vue @@ -388,9 +388,10 @@ display: flex; flex-direction: column; @media (max-width: 768px) { + justify-content: flex-start; display: flex; flex-direction: column; - justify-content: center; + justify-content: flex-start; } } .gallery_list_box{