]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove trailing space.
authorXhmikosR <xhmikosr@gmail.com>
Tue, 12 Jul 2016 19:27:06 +0000 (22:27 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 12 Jul 2016 19:27:06 +0000 (22:27 +0300)
[ci skip]

docs/layout/overview.md

index 44a12aee612d4bdee4931bb8066479772287bb31..81cdecf6083ede84e09c49c8d6275e793b622ae9 100644 (file)
@@ -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 %}