mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Remove trailing space.
[ci skip]
This commit is contained in:
parent
873cf751c0
commit
c2189876ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue