Skip to content

Commit a452a3d

Browse files
committed
Fix signup modal spacing
1 parent c773e2b commit a452a3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/src/styles/SignIn_UpStyle.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import githubAuthImageURL from '../images/signup/btn_github_signin_light_normal_
66
import githubAuthHoverImageURL from '../images/signup/[email protected]';
77

88
export const SignModalMain = styled(ModalMain)`
9-
max-width: 350px;
9+
max-width: 450px;
1010
display: flex;
1111
align-items: center;
1212
padding: 50px 0 50px 0;
@@ -15,8 +15,8 @@ export const SignModalMain = styled(ModalMain)`
1515
box-sizing: border-box;
1616
border-radius: 20px;
1717
form {
18-
width: 100%;
19-
max-width: 191px;
18+
width: 80%;
19+
/* max-width: 50%; */
2020
display: flex;
2121
flex-direction: column;
2222
align-items: center;

0 commit comments

Comments
 (0)