File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
client/src/components/auth Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,12 @@ const Login = ({
70
70
< Box w = { i ( ) ? "calc(100% - 700px)" : "" } >
71
71
< Flex alignItems = "center" flexDirection = "column" pt = "2.5rem" >
72
72
< Heading as = "h1" > Welcome to DevHelp</ Heading >
73
- < Text color = "#00000080" >
73
+ < Text
74
+ color = "#00000080"
75
+ px = { i ( ) ? "" : "60px" }
76
+ fontSize = { i ( ) ? "" : "14px" }
77
+ textAlign = "center"
78
+ >
74
79
DevHelp has a pool of highly experienced developers in their
75
80
respective tech stacks
76
81
</ Text >
@@ -80,7 +85,7 @@ const Login = ({
80
85
</ Flex >
81
86
< Alert />
82
87
< Flex flexDirection = "column" alignItems = "center" >
83
- < HStack mb = "1rem" w = { i ( ) ? "450px" : "" } >
88
+ < HStack mb = "1rem" w = { i ( ) ? "450px" : "280px " } >
84
89
< Box >
85
90
< i className = "fas fa-envelope" > </ i >
86
91
</ Box >
@@ -92,7 +97,7 @@ const Login = ({
92
97
onChange = { onChange }
93
98
/>
94
99
</ HStack >
95
- < HStack mb = "1rem" w = "450px" >
100
+ < HStack mb = "1rem" w = { i ( ) ? "450px" : "280px" } >
96
101
< Box >
97
102
< i className = "fas fa-lock" > </ i >
98
103
</ Box >
@@ -108,7 +113,7 @@ const Login = ({
108
113
isLoading = { loading }
109
114
loadingText = "Logging In"
110
115
colorScheme = "blackAlpha"
111
- w = "450px"
116
+ w = { i ( ) ? "450px" : "280px" }
112
117
type = "submit"
113
118
onClick = { onSubmit }
114
119
>
You can’t perform that action at this time.
0 commit comments