Make desktop-x-large mqs more sensible

This commit is contained in:
Addy Osmani
2015-05-31 14:52:27 -07:00
parent eba941318b
commit 935ae6a957

View File

@@ -221,5 +221,5 @@ paper-menu a {
/* desktop-large */
@media all and (min-width: 1281px) and (max-width: 1600px) { }
/* desktop-xlarge */
@media all and (min-width: 1601px) and (min-width: 1920px) { }
@media all and (min-width: 1601px) and (max-width: 1920px) { }
</style>