Skip to content

Commit c9da9c7

Browse files
author
mrmrs
committed
Fix code typo in html
1 parent 84d7603 commit c9da9c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/typography/measure/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h1 class="f5 fw4 sans-serif pt5 ttu black"><b>6rem/96px</b> at <b>30em</b></h1>
7777
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.
7878
</p>
7979
<h1 class="f5 fw4 sans-serif pt5 ttu black"><b>5rem/80px</b> at <b>30em</b></h1>
80-
<p class="f1-subheadline measure-narrow lh-title mt4">
80+
<p class="f-subheadline measure lh-title mt4">
8181
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.
8282
</p>
8383
<h1 class="f5 fw4 sans-serif pt5 bt b--light-gray ttu black"> <b>3rem(48px)</b> at <b>30em</b></h1>

src/templates/docs/measure/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h1 class="f5 fw4 sans-serif pt5 ttu black"><b>6rem/96px</b> at <b>30em</b></h1>
5050
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.
5151
</p>
5252
<h1 class="f5 fw4 sans-serif pt5 ttu black"><b>5rem/80px</b> at <b>30em</b></h1>
53-
<p class="f1-subheadline measure-narrow lh-title mt4">
53+
<p class="f-subheadline measure lh-title mt4">
5454
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.
5555
</p>
5656
<h1 class="f5 fw4 sans-serif pt5 bt b--light-gray ttu black"> <b>3rem(48px)</b> at <b>30em</b></h1>

0 commit comments

Comments
 (0)