Skip to content

Commit ca5b6e7

Browse files
committed
chore) font-size 맞추기
1 parent da5f2e4 commit ca5b6e7

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed

client/src/components/Footer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ function Footer() {
101101
cursor: pointer;
102102
}
103103
.logo-title {
104-
font-weight: 800;
105-
font-size: 12px;
104+
font-weight: 900;
105+
font-size: 18px;
106106
}
107107
`;
108108

client/src/pages/Login.js

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@ const LoginComponent = styled.section`
1818
}
1919
.login-title {
2020
padding: 30px;
21+
font-size: 32px;
2122
}
2223
`;
2324

2425
const LoginMain = styled.div`
2526
width: 320px;
2627
display: flex;
2728
flex-direction: column;
28-
font-size: 12px;
29+
font-size: 15px;
30+
2931
h2 {
3032
padding: 20px;
3133
text-align: center;
@@ -44,27 +46,33 @@ const LoginMain = styled.div`
4446
cursor: pointer;
4547
}
4648
input {
49+
width: 320px;
4750
border-radius: 3px;
4851
background-color: #fbfbfd;
4952
font-size: 16px;
5053
width: 100%;
5154
height: 40px;
5255
border: 1px solid #0078ff;
5356
margin-top: 5px;
54-
margin-bottom: 5px;
57+
margin-bottom: 20px;
5558
height: 40px;
5659
opacity: 0.6;
57-
padding: 2px 0px 2px 10px;
60+
padding: 8px 12px 8px 12px;
5861
}
5962
a {
6063
display: inline;
64+
color: black;
6165
text-decoration-line: none;
6266
margin-left: 20px;
6367
}
6468
.create-id {
6569
margin-top: 20px;
6670
display: flex;
6771
justify-content: center;
72+
font-size: 13px;
73+
font-weight: 500;
74+
color: #98a8b9;
75+
text-align: center;
6876
}
6977
`;
7078

@@ -77,7 +85,7 @@ const SubmitBtn = styled.button`
7785
text-align: center;
7886
font-weight: 600;
7987
border: none;
80-
margin-top: 20px;
88+
margin-top: 5px;
8189
`;
8290

8391
function Login() {

client/src/pages/SignUp.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ const SignUpWrapper = styled.div`
7272
display: inline-block;
7373
}
7474
.user-alert {
75+
margin-top: 20px;
7576
font-size: 13px;
7677
font-weight: 500;
7778
color: #98a8b9;

0 commit comments

Comments
 (0)