Skip to content

Commit

Permalink
make breakpoints specifications consistent with layout/grid.md
Browse files Browse the repository at this point in the history
0-576px could be misinterpreted "up to 576px included"
  • Loading branch information
pine3ree authored and mdo committed Aug 5, 2020
1 parent b6b672c commit adf4567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.0/layout/breakpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Bootstrap includes six default breakpoints, sometimes referred to as _grid tiers
<tr>
<td>X-Small</td>
<td><em>None</em></td>
<td>0–576px</td>
<td>&lt;576px</td>
</tr>
<tr>
<td>Small</td>
Expand Down

0 comments on commit adf4567

Please sign in to comment.