Skip to content

Commit a82bfb0

Browse files
committed
[css-grid] Fix error in example selector
1 parent c24f0ec commit a82bfb0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-grid/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -614,9 +614,9 @@ Reordering and Accessibility</h2>
614614
"a b c"
615615
"f f f";
616616
grid-template-columns: auto 1fr 20%; }
617-
main > article { grid-position: b; min-width: 12em; }
618-
main > nav { grid-position: a; /* auto min-width */ }
619-
main > aside { grid-position: c; min-width: 12em; }
617+
article { grid-position: b; min-width: 12em; }
618+
nav { grid-position: a; /* auto min-width */ }
619+
aside { grid-position: c; min-width: 12em; }
620620
</pre>
621621

622622
As an added bonus,

0 commit comments

Comments
 (0)