File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 90
90
}
91
91
.forgot-password {
92
92
display : block;
93
- text-align : right;
93
+ text-align : center;
94
+ margin-top : 2rem ;
94
95
margin-bottom : 1rem ;
95
96
font-size : 0.9rem ;
96
97
color : black;
97
98
text-decoration : none;
98
99
}
99
- .signup-page { display : block;
100
+ .signup-page {
101
+ display : block;
100
102
text-align : center;
101
- margin-bottom : 1rem ;
103
+ margin : 1rem 0 ;
102
104
font-size : 0.9rem ;
103
105
color : black;
104
106
text-decoration : none;
142
144
padding : 8px ;
143
145
border-radius : 6px ;
144
146
border : 1px solid # ccc ;
145
- text-align : center;
147
+ display : flex;
148
+ align-items : center;
149
+ justify-content : center;
150
+ gap : 10px ;
146
151
cursor : pointer;
147
152
font-size : 0.85rem ;
148
153
}
@@ -683,8 +688,8 @@ <h2>NeoRide</h2>
683
688
</ div >
684
689
685
690
< div class ="social-buttons ">
686
- < div class ="social-btn "> 🔵 Instagram</ div >
687
- < div class ="social-btn "> ⚫ Twitter</ div >
691
+ < div class ="social-btn "> < img src =" images/instagram.png " height =" 18px " > Instagram</ div >
692
+ < div class ="social-btn "> < img src =" images/twitter.png " height =" 18px " > Twitter</ div >
688
693
</ div >
689
694
</ form >
690
695
</ div >
You can’t perform that action at this time.
0 commit comments