diff options
| author | XhmikosR <[email protected]> | 2016-07-12 22:27:06 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-07-12 22:27:06 +0300 |
| commit | c2189876eefed8233ce2bbd0fe4ac96e4f85aa58 (patch) | |
| tree | 302a21bf56efc52774559179270e9b2b3e7defbe /docs/layout/overview.md | |
| parent | 873cf751c03e5d1b7e66f1ad599b56ce8c38b3cf (diff) | |
| download | bootstrap-c2189876eefed8233ce2bbd0fe4ac96e4f85aa58.tar.xz bootstrap-c2189876eefed8233ce2bbd0fe4ac96e4f85aa58.zip | |
Remove trailing space.
[ci skip]
Diffstat (limited to 'docs/layout/overview.md')
| -rw-r--r-- | docs/layout/overview.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/layout/overview.md b/docs/layout/overview.md index 44a12aee6..81cdecf60 100644 --- a/docs/layout/overview.md +++ b/docs/layout/overview.md @@ -144,7 +144,7 @@ These media queries are also available via Sass mixins: And finally media that spans multiple breakpoint widths: {% highlight scss %} -// Example +// Example // Medium devices (tablets, 768px and up) and Large devices (desktops, 992px and up) @media (min-width: 768px) and (max-width: 1199px) { ... } {% endhighlight %} |
