Commit d666a896 authored by Chris Rebert's avatar Chris Rebert
Browse files

fix #9915

parent 7c88db5c
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -76,7 +76,7 @@ base_url: "../" ...@@ -76,7 +76,7 @@ base_url: "../"
<h3 id="grid-media-queries">Media queries</h3> <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> <p>We use the following media queries to create the key breakpoints in our grid system.</p>
{% highlight css %} {% 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 */ /* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */ /* Small devices (tablets, 768px and up) */
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment