mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Fix typo
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>To set the width of column, use the <code>col-*</code> modifier with a value of 1–12. Widths are calculated based on a total of 12 possible columns. Additional columns will wrap to a new line.</p>
|
||||
<p>To set the width of a column, use the <code>col-*</code> modifier with a value of 1–12. Widths are calculated based on a total of 12 possible columns. Additional columns will wrap to a new line.</p>
|
||||
<pre><code class="lang-html"><div class="row">
|
||||
<div class="col-2">col-2</div>
|
||||
<div class="col-4">col-4</div>
|
||||
|
||||
@@ -68,7 +68,7 @@ Columns are equal width by default. The grid will automatically determine the ap
|
||||
</div>
|
||||
</div>
|
||||
|
||||
To set the width of column, use the `col-*` modifier with a value of 1–12. Widths are calculated based on a total of 12 possible columns. Additional columns will wrap to a new line.
|
||||
To set the width of a column, use the `col-*` modifier with a value of 1–12. Widths are calculated based on a total of 12 possible columns. Additional columns will wrap to a new line.
|
||||
|
||||
```html
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user