Skip to content

Commit ebbab72

Browse files
committed
fix: fix example
1 parent 75c14a1 commit ebbab72

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/example-dart-sass/card.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ <h1 class="header-title">Flexbox Grid Mixins</h1>
1414

1515
<div class="container">
1616

17+
<h1>Cards Layout</h1>
18+
1719
<h2>Flex Cards</h2>
1820

1921
<div class="cards">
@@ -39,7 +41,7 @@ <h2>Flex Cards with button</h2>
3941
</div>
4042
</div>
4143

42-
<h2>Flex Cards with button (multiline)</h2>
44+
<h2>Flex Cards with button (Multi-line)</h2>
4345

4446
<div class="cards with-button">
4547
<div class="card">

docs/example/card.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ <h1 class="header-title">Flexbox Grid Mixins</h1>
1414

1515
<div class="container">
1616

17+
<h1>Cards Layout</h1>
18+
1719
<h2>Flex Cards</h2>
1820

1921
<div class="cards">
@@ -39,7 +41,7 @@ <h2>Flex Cards with button</h2>
3941
</div>
4042
</div>
4143

42-
<h2>Flex Cards with button (multiline)</h2>
44+
<h2>Flex Cards with button (Multi-line)</h2>
4345

4446
<div class="cards with-button">
4547
<div class="card">

0 commit comments

Comments
 (0)