Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Sep 2, 2020
1 parent 0c4c929 commit 5c69cbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/showcase/flexbox/FlexBoxDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ export class FlexBoxDemo extends Component {
<div>
<div className="content-section documentation flexbox-demo">
<h1>FlexBox</h1>
<p>Easily manage the layout of your components with the responsive FlexBox utilities. If you require a utility to manage the layout of your application,
refer to the <Link to="/grid">Grid System</Link> instead.</p>
<p>Easily manage the layout of your components with the responsive FlexBox utilities.</p>

<h5>Flex Container</h5>
<p>An element can configured as a flexbox container using the <i>p-d-flex</i> or <i>p-d-inline-flex</i> classes.</p>
Expand Down

0 comments on commit 5c69cbb

Please sign in to comment.