File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ if(initialState.customer_or_service_provider=="false"){
221
221
</ div >
222
222
< div className = "col-5" >
223
223
< Card className = " mt-5 mb-5 " >
224
- < CardHeader className = "color mt-3 d-flex justify-content-start ml-3 mr-3 " > < h4 className = " mt-2 " style = { { fontSize :"100 %" } } > Customer Information</ h4 > </ CardHeader >
224
+ < CardHeader className = "color mt-3 d-flex justify-content-start" > < h4 className = " mt-2 " style = { { fontSize :"70 %" } } > Customer Information</ h4 > </ CardHeader >
225
225
226
226
{
227
227
< CardBody >
@@ -290,7 +290,7 @@ else if(initialState.customer_or_service_provider=="true"){
290
290
</ div >
291
291
< div className = "col-5" >
292
292
< Card className = " mt-5 mb-5 " >
293
- < CardHeader className = "color mt-3 d-flex justify-content-start ml-3 mr-3 " > < h4 className = " mt-2 " style = { { fontSize :"100 %" } } > Service Provider Information</ h4 > </ CardHeader >
293
+ < CardHeader className = "color mt-3 d-flex justify-content-start" > < h4 className = " mt-2 " style = { { fontSize :"70 %" } } > Service Provider Information</ h4 > </ CardHeader >
294
294
295
295
{
296
296
< CardBody >
You can’t perform that action at this time.
0 commit comments