Skip to content

Commit

Permalink
Clarify description of .width-comfortable (#2463)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanatsmith committed Jun 14, 2023
1 parent 5ac76ee commit 24c66b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/utilities/layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Use `.width-auto` to reset width to `auto` (initial value). Typically used with
</div>
```

Use `.width-comfortable` to set width to `65ch`. This can be used on text elements to shorten the line length for better readability.
Use `.width-comfortable` to set max width to `65ch`. This can be used on text elements to shorten the line length for better readability.

```html live
<p class="width-comfortable">
Expand Down

0 comments on commit 24c66b5

Please sign in to comment.