]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
media-queries.html: fix typo: xlarge => xxlarge 5235/head
authorChris Rebert <github@rebertia.com>
Wed, 28 May 2014 18:15:44 +0000 (11:15 -0700)
committerChris Rebert <github@rebertia.com>
Wed, 28 May 2014 18:15:44 +0000 (11:15 -0700)
doc/pages/media-queries.html

index 743028fc351c3350651cf822ec577ccd486803af..379d8fef4f352079a90336df90f5eb2f9a5f794c 100644 (file)
@@ -34,7 +34,7 @@ Media queries are built using ems in Foundation.
 @media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
 
 // XXLarge screens
-@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xlarge screens */
+@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xxlarge screens */
 ```
 
 ***