We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c773e2b commit a452a3dCopy full SHA for a452a3d
client/src/styles/SignIn_UpStyle.js
@@ -6,7 +6,7 @@ import githubAuthImageURL from '../images/signup/btn_github_signin_light_normal_
6
import githubAuthHoverImageURL from '../images/signup/[email protected]';
7
8
export const SignModalMain = styled(ModalMain)`
9
- max-width: 350px;
+ max-width: 450px;
10
display: flex;
11
align-items: center;
12
padding: 50px 0 50px 0;
@@ -15,8 +15,8 @@ export const SignModalMain = styled(ModalMain)`
15
box-sizing: border-box;
16
border-radius: 20px;
17
form {
18
- width: 100%;
19
- max-width: 191px;
+ width: 80%;
+ /* max-width: 50%; */
20
21
flex-direction: column;
22
0 commit comments