Skip to content

Commit 2b9a85d

Browse files
committed
Update index.vue
1 parent 5d2b693 commit 2b9a85d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/views/signup/index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,13 +234,15 @@ export default {
234234
}
235235
@include screenXS {
236236
#sign-up {
237+
padding: 50px 10px 100px 10px;
237238
.auth-input {
238239
padding-top: 0;
239240
}
240241
}
241242
}
242243
@include screenSM {
243244
#sign-up {
245+
padding: 50px 10px 100px 10px;
244246
.sign-up-content {
245247
width: 480px;
246248
}

0 commit comments

Comments
 (0)