We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8f732 commit 1b4f7f4Copy full SHA for 1b4f7f4
mediaqueries/Overview.bs
@@ -985,7 +985,7 @@ Width: the 'width' feature</h3>
985
(the part of the screen/paper where the document is rendered)
986
widths between 400 and 700 pixels:
987
988
- <pre>@media (400px <= min-width <= 700px) { … }</pre>
+ <pre>@media (400px <= width <= 700px) { … }</pre>
989
</div>
990
991
<div class="example">
0 commit comments