Skip to content

Commit

Permalink
refactor: using typography for texts
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorShadurin committed Nov 23, 2023
1 parent 1ec2042 commit 5ce3855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/differentPoints/differentPoints.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function DifferentPoints(props: Props) {
<div>
<div className={classes.content}>
{/*<h1 className={classes.header}>What makes Fairdrive different</h1>*/}
<Typography variant="h2" align="center" gutterBottom={true}>
<Typography variant="h2" gutterBottom={true} style={{marginLeft: '2rem'}}>
<b>
What makes Fairdrive different
</b>
Expand Down Expand Up @@ -69,7 +69,7 @@ function DifferentPoints(props: Props) {
{/* Reserve Your Spot as an Early Adopter*/}
{/*</div>*/}

<Typography variant="h2" align="center" gutterBottom={true}>
<Typography variant="h2" gutterBottom={true} style={{marginLeft: '2rem'}}>
<b>
Reserve Your Spot as an Early Adopter
</b>
Expand All @@ -79,7 +79,7 @@ function DifferentPoints(props: Props) {
{/* Join the waiting list*/}
{/*</div>*/}

<Typography variant="h2" align="center" gutterBottom={true}>
<Typography variant="h3" gutterBottom={true} style={{marginLeft: '2rem'}}>
<b>
Join the waiting list
</b>
Expand Down

0 comments on commit 5ce3855

Please sign in to comment.