Skip to content

Commit eced9af

Browse files
authored
Merge pull request #64 from davidpiesse/patch-1
Change 2/5 width to 40%
2 parents aa4419f + 8cdc97c commit eced9af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/docs/width.blade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ title: "Width"
140140
</tr>
141141
<tr>
142142
<td class="p-2 border-t border-smoke-light font-mono text-xs text-purple-dark">.w-2/5</td>
143-
<td class="p-2 border-t border-smoke-light font-mono text-xs text-blue-dark">width: 49%;</td>
144-
<td class="p-2 border-t border-smoke-light text-sm text-grey-darker">Set the element's width to <code>49%</code>.</td>
143+
<td class="p-2 border-t border-smoke-light font-mono text-xs text-blue-dark">width: 40%;</td>
144+
<td class="p-2 border-t border-smoke-light text-sm text-grey-darker">Set the element's width to <code>40%</code>.</td>
145145
</tr>
146146
<tr>
147147
<td class="p-2 border-t border-smoke-light font-mono text-xs text-purple-dark">.w-3/5</td>

0 commit comments

Comments
 (0)