Skip to content

Commit 1f02886

Browse files
committed
Update Register.js
1 parent d6ca6af commit 1f02886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Components/Register.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ if(initialState.customer_or_service_provider=="false"){
221221
</div>
222222
<div className="col-5" >
223223
<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>
225225

226226
{
227227
<CardBody>
@@ -290,7 +290,7 @@ else if(initialState.customer_or_service_provider=="true"){
290290
</div>
291291
<div className="col-5" >
292292
<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>
294294

295295
{
296296
<CardBody>

0 commit comments

Comments
 (0)