Skip to content

Commit 24c66b5

Browse files
authored
Clarify description of .width-comfortable (#2463)
1 parent 5ac76ee commit 24c66b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/utilities/layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Use `.width-auto` to reset width to `auto` (initial value). Typically used with
204204
</div>
205205
```
206206

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

209209
```html live
210210
<p class="width-comfortable">

0 commit comments

Comments
 (0)