Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertCarreras committed Dec 2, 2021
1 parent 0316575 commit 05230a4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/pages/divider.js
Expand Up @@ -9,7 +9,7 @@ export default function DividerPage(): Node {
<Page title="Divider">
<PageHeader
name="Divider"
description="If you have two elements that need to be separated, put a Divider between them."
description="A light gray 1px horizontal or vertical line which groups and divides content in lists and layouts."
defaultCode={`
function Example() {
const Block = ({ title, text }) => (
Expand Down Expand Up @@ -37,11 +37,9 @@ function Example() {
<MainSection.Subsection columns={2}>
<MainSection.Card
type="do"
description="- Use Dividers or whitespace subt to seperate groups of related content."
/>
<MainSection.Card
type="don't"
description="- Overuse Dividers as this can lead to uncessary clutter on the page."
cardSize="md"
description="- Dividers should be used to bring clarity and structure to a layout. Primarily, Dividers help to separate groups of related elements or break up dense content.
"
/>
</MainSection.Subsection>
</MainSection>
Expand Down

0 comments on commit 05230a4

Please sign in to comment.