Skip to content

Commit

Permalink
[mediaqueries] Fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
frivoal committed Mar 7, 2017
1 parent 0c8f732 commit 1b4f7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediaqueries/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ Width: the 'width' feature</h3>
(the part of the screen/paper where the document is rendered)
widths between 400 and 700 pixels:

<pre>@media (400px <= min-width <= 700px) { … }</pre>
<pre>@media (400px <= width <= 700px) { … }</pre>
</div>

<div class="example">
Expand Down

0 comments on commit 1b4f7f4

Please sign in to comment.