From d666a89621ff85612390b3a0587e687eaae21060 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 20 Aug 2013 16:21:18 -0700 Subject: [PATCH] fix #9915 --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.html b/css.html index f976d229bd70..d705ca549be6 100644 --- a/css.html +++ b/css.html @@ -76,7 +76,7 @@

Grid system

Media queries

We use the following media queries to create the key breakpoints in our grid system.

{% 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) */