Skip to content

Commit 2350df5

Browse files
author
Aishwarya Nair
committed
adjust size of log in form elements
1 parent fa1c4bb commit 2350df5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

peer-prep/src/Components/LoginSignUp/LoginSignUp.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
.text {
2121
color: #000;
22-
font-size: 48px;
22+
font-size: 38px;
2323
font-weight: 700;
2424
}
2525

@@ -31,8 +31,8 @@
3131
}
3232

3333
.input img {
34-
width: 30px;
35-
height: 30px;
34+
width: 25px;
35+
height: 25px;
3636
margin: 0px 30px;
3737
}
3838

@@ -47,8 +47,8 @@
4747
display: flex;
4848
align-items: center;
4949
margin: auto;
50-
width: 480px;
51-
height: 80px;
50+
width: 380px;
51+
height: 70px;
5252
background: #e9e9e9;
5353
border-radius: 5px;
5454

@@ -65,7 +65,7 @@
6565
}
6666

6767
.forgot-password {
68-
padding-left: 62px;
68+
padding-left: 110px;
6969
margin-top: 27px;
7070
color: #797979;
7171
font-size: 18px;
@@ -79,15 +79,15 @@
7979
.submit-container {
8080
display: flex;
8181
gap: 30px;
82-
margin: 60px auto;
82+
margin: 40px auto;
8383
}
8484

8585
.submit {
8686
display: flex;
8787
justify-content: center;
8888
align-items: center;
89-
width: 150px;
90-
height: 70px;
89+
width: 110px;
90+
height: 60px;
9191
color: #fff;
9292
background: #52CC65;
9393
border-radius: 10px;

0 commit comments

Comments
 (0)