Skip to content

Commit

Permalink
Fix code sample error. (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
darktears authored Mar 11, 2024
1 parent 110d513 commit ee0c97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ <h3>
"An illustration of a video call web service that uses the device-posture media feature and the viewport segment media feature"
class="img-example">
<pre class="example css" title="Adapting UI to posture">
@media (device-posture: folded) and (vertical-viewport-segments: 1) {
@media (device-posture: folded) and (vertical-viewport-segments: 2) {
body {
display: flex;
flex-flow: column nowrap;
Expand Down

0 comments on commit ee0c97b

Please sign in to comment.