- From: Loirooriol via GitHub <sysbot+gh@w3.org>
- Date: Sun, 09 Apr 2017 23:53:04 +0000
- To: public-css-archive@w3.org
I don't know media queries, but doesn't the following already work? ```css @media (min-width: 50em) { /* ... */ @media (orientation: landscape) { /* ... */ } } ``` Example: https://jsfiddle.net/9kt1gozg/ -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1191#issuecomment-292822521 using your GitHub account
Received on Sunday, 9 April 2017 23:53:11 UTC