mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-07 06:40:57 +00:00
fix #9915
This commit is contained in:
parent
7c88db5c42
commit
d666a89621
1 changed files with 1 additions and 1 deletions
2
css.html
2
css.html
|
|
@ -76,7 +76,7 @@ base_url: "../"
|
|||
<h3 id="grid-media-queries">Media queries</h3>
|
||||
<p>We use the following media queries to create the key breakpoints in our grid system.</p>
|
||||
{% highlight css %}
|
||||
/* Extra small devices (phones, up to 480px) */
|
||||
/* Extra small devices (phones, less than 768px) */
|
||||
/* No media query since this is the default in Bootstrap */
|
||||
|
||||
/* Small devices (tablets, 768px and up) */
|
||||
|
|
|
|||
Loading…
Reference in a new issue