Skip to content

Commit f8181de

Browse files
committed
fixed some spacing issues in the docs
1 parent 30d565c commit f8181de

File tree

1 file changed

+22
-26
lines changed

1 file changed

+22
-26
lines changed

index.html

Lines changed: 22 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -277,29 +277,27 @@ <h4 id="tables">Tables</h4>
277277
</tr>
278278
</tbody>
279279
</table>
280-
<pre><code>
281-
&lt;table class=&quot;w-100&quot;&gt;
282-
&lt;thead&gt;
283-
&lt;tr&gt;
284-
&lt;th&gt;Name&lt;/th&gt;
285-
&lt;th&gt;Feature Parity (compared to lit)&lt;/th&gt;
286-
&lt;th&gt;Size (bytes)&lt;/th&gt;
287-
&lt;/tr&gt;
288-
&lt;/thead&gt;
289-
&lt;tbody&gt;
290-
&lt;tr&gt;
291-
&lt;td&gt;lit&lt;/td&gt;
292-
&lt;td&gt;Full&lt;/td&gt;
293-
&lt;td&gt;403&lt;/td&gt;
294-
&lt;/tr&gt;
295-
&lt;tr&gt;
296-
&lt;td&gt;Skeleton&lt;/td&gt;
297-
&lt;td&gt;Full&lt;/td&gt;
298-
&lt;td&gt;1650&lt;/td&gt;
299-
&lt;/tr&gt;
300-
&lt;/tbody&gt;
301-
&lt;/table&gt;
302-
</code></pre>
280+
<pre><code> &lt;table class=&quot;w-100&quot;&gt;
281+
&lt;thead&gt;
282+
&lt;tr&gt;
283+
&lt;th&gt;Name&lt;/th&gt;
284+
&lt;th&gt;Feature Parity (compared to lit)&lt;/th&gt;
285+
&lt;th&gt;Size (bytes)&lt;/th&gt;
286+
&lt;/tr&gt;
287+
&lt;/thead&gt;
288+
&lt;tbody&gt;
289+
&lt;tr&gt;
290+
&lt;td&gt;lit&lt;/td&gt;
291+
&lt;td&gt;Full&lt;/td&gt;
292+
&lt;td&gt;403&lt;/td&gt;
293+
&lt;/tr&gt;
294+
&lt;tr&gt;
295+
&lt;td&gt;Skeleton&lt;/td&gt;
296+
&lt;td&gt;Full&lt;/td&gt;
297+
&lt;td&gt;1650&lt;/td&gt;
298+
&lt;/tr&gt;
299+
&lt;/tbody&gt;
300+
&lt;/table&gt;</code></pre>
303301
<h4 id="cards">Cards</h4>
304302
<p>Cards can be used to display info in a concise and consistent manner. </p>
305303
<div class="card">
@@ -358,9 +356,7 @@ <h4 id="other">Other</h4>
358356
<h5>Horizontal Rules</h5>
359357
<p>Horizontal Rules are useful for dividing up content. They add a splash of color as well!</p>
360358
<hr>
361-
<pre><code>
362-
&lt;hr&gt;
363-
</code></pre>
359+
<pre><code>&lt;hr&gt;</code></pre>
364360
<h5>Utility</h5>
365361
<p>The only utility class is w-100, which simply sets an element to take up full width. Responsive items that should use this are inputs, images, and tables.</p>
366362
<hr>

0 commit comments

Comments
 (0)