diff options
| author | maks <[email protected]> | 2020-08-05 09:56:00 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-08-05 16:05:16 -0700 |
| commit | adf4567386bbc6a16f37d336206ec51e32fdbfc3 (patch) | |
| tree | 3315701ee20e189630ec2e6f353b47ee097622c2 | |
| parent | b6b672c00be9d7e243de89bce34f3d30b4f31d37 (diff) | |
| download | bootstrap-adf4567386bbc6a16f37d336206ec51e32fdbfc3.tar.xz bootstrap-adf4567386bbc6a16f37d336206ec51e32fdbfc3.zip | |
make breakpoints specifications consistent with layout/grid.md
0-576px could be misinterpreted "up to 576px included"
| -rw-r--r-- | site/content/docs/5.0/layout/breakpoints.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/layout/breakpoints.md b/site/content/docs/5.0/layout/breakpoints.md index c910867f6..9dad5c0cf 100644 --- a/site/content/docs/5.0/layout/breakpoints.md +++ b/site/content/docs/5.0/layout/breakpoints.md @@ -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><576px</td> </tr> <tr> <td>Small</td> |
