Skip to content

Commit

Permalink
Remove unnecessary div
Browse files Browse the repository at this point in the history
  • Loading branch information
victorhmp committed Aug 6, 2019
1 parent b67679a commit d444d5e
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions react/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,15 @@ const Home: FC<InjectedIntlProps> = ({ intl }) => {
</p>
<div className="w-90 w-80-ns center">
<div className="flex w-100">
<div className="w-30-l w-100 ph5 bg-muted-5 flex flex-column justify-end">
<div className="mv5">
<span className="t-small">
<strong className="ttu">
<FormattedMessage id="docs/getting-started" />
</strong>
</span>
<h4 className="t-heading-4 mv1 w-90-l ttu">
<FormattedMessage id="docs/create-stores" />
</h4>
</div>
<div className="w-30-l w-100 ph5 pb5 bg-muted-5 flex flex-column justify-end">
<span className="t-small">
<strong className="ttu">
<FormattedMessage id="docs/getting-started" />
</strong>
</span>
<h4 className="t-heading-4 mv1 w-90-l ttu">
<FormattedMessage id="docs/create-stores" />
</h4>
</div>
<div className="w-75-l pv10-l ph5-l bg-emphasis" />
</div>
Expand Down

0 comments on commit d444d5e

Please sign in to comment.