Skip to content

Commit 2191cf0

Browse files
committed
Somewhat longer headers for better preview
1 parent a366a98 commit 2191cf0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/content/utilities/marketing-type.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ The typography for our marketing pages differs from Primer CSS's core—it is re
1313
Use `.h0-mktg``.h6-mktg` to change an element's font, size, and weight on marketing pages.
1414

1515
```html live title="Heading Utilities"
16-
<p class="h0-mktg">Heading 0</p>
17-
<p class="h1-mktg">Heading 1</p>
18-
<p class="h2-mktg">Heading 2</p>
19-
<p class="h3-mktg">Heading 3</p>
20-
<p class="h4-mktg">Heading 4</p>
21-
<p class="h5-mktg">Heading 5</p>
22-
<p class="h6-mktg">Heading 6</p>
16+
<p class="h0-mktg">This is a heading 0</p>
17+
<p class="h1-mktg">This is a heading 1</p>
18+
<p class="h2-mktg">This is a heading 2</p>
19+
<p class="h3-mktg">This is a heading 3</p>
20+
<p class="h4-mktg">This is a heading 4</p>
21+
<p class="h5-mktg">This is a heading 5</p>
22+
<p class="h6-mktg">This is a heading 6</p>
2323
```
2424

2525
## Body content utilities

0 commit comments

Comments
 (0)