We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c24f0ec commit a82bfb0Copy full SHA for a82bfb0
1 file changed
css-grid/Overview.bs
@@ -614,9 +614,9 @@ Reordering and Accessibility</h2>
614
"a b c"
615
"f f f";
616
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; }
+ article { grid-position: b; min-width: 12em; }
+ nav { grid-position: a; /* auto min-width */ }
+ aside { grid-position: c; min-width: 12em; }
620
</pre>
621
622
As an added bonus,
0 commit comments