]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update media-queries.html 4666/head
authorCraig Ward <craig@craigward.net>
Thu, 13 Mar 2014 14:53:35 +0000 (14:53 +0000)
committerCraig Ward <craig@craigward.net>
Thu, 13 Mar 2014 14:53:35 +0000 (14:53 +0000)
The second media query for Large Screens had an incorrect px value in the comment

doc/pages/media-queries.html

index 82aa4580f1315b916bba90f6dd5abe317ac2a9df..506995ca3a1a7d0e52125c2e8a70287aafeda0b4 100644 (file)
@@ -28,7 +28,7 @@ Media queries are built using ems in Foundation.
 // Large screens
 @media only screen and (min-width: 64.063em) { } /* min-width 1025px, large screens */
 
-@media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */
+@media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
 
 // XLarge screens
 @media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */