mirror of https://github.com/twbs/bootstrap.git
parent
873cf751c0
commit
c2189876ee
|
@ -144,7 +144,7 @@ These media queries are also available via Sass mixins:
|
||||||
And finally media that spans multiple breakpoint widths:
|
And finally media that spans multiple breakpoint widths:
|
||||||
|
|
||||||
{% highlight scss %}
|
{% highlight scss %}
|
||||||
// Example
|
// Example
|
||||||
// Medium devices (tablets, 768px and up) and Large devices (desktops, 992px and up)
|
// Medium devices (tablets, 768px and up) and Large devices (desktops, 992px and up)
|
||||||
@media (min-width: 768px) and (max-width: 1199px) { ... }
|
@media (min-width: 768px) and (max-width: 1199px) { ... }
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
Loading…
Reference in New Issue