Skip to content

Commit 1ecc52a

Browse files
Update docs with correct naming and clearer grid labels
1 parent 8938b6d commit 1ecc52a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

apps/docs/docs.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<section id="preview">
44
<h2>Preview</h2>
55
<p>
6-
Try out the interactive preview below to see Launch CSS in action.
6+
Try out the interactive preview below to see launch.css in action.
77
Toggle between themes and layouts to see how your content adapts.
88
</p>
99
<form>
@@ -132,14 +132,14 @@ <h6>Heading 6</h6>
132132
</section>
133133
<section>
134134
<div role="grid">
135-
<div>1</div>
136-
<div>2</div>
137-
<div>3</div>
138-
<div>4</div>
139-
<div>5</div>
140-
<div>6</div>
141-
<div>7</div>
142-
<div>8</div>
135+
<div>Grid 1</div>
136+
<div>Grid 2</div>
137+
<div>Grid 3</div>
138+
<div>Grid 4</div>
139+
<div>Grid 5</div>
140+
<div>Grid 6</div>
141+
<div>Grid 7</div>
142+
<div>Grid 8</div>
143143
</div>
144144
</section>
145145
<section id="form">

0 commit comments

Comments
 (0)