Skip to content

Commit c6352ff

Browse files
committed
[mediaqueries] Fix typo in example
1 parent c2a0114 commit c6352ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mediaqueries/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ <h3 id="grid">grid</h3>
925925

926926
<pre>
927927
@media handheld and (grid) and (max-width: 15em) { &hellip; }</code>
928-
<code>@media handheld and (grid) and (device-max-height: 7em) { &hellip; }
928+
<code>@media handheld and (grid) and (max-device-height: 7em) { &hellip; }
929929
</pre>
930930

931931
</div>

0 commit comments

Comments
 (0)