Skip to content

Commit e4391db

Browse files
committed
[css-grid-1] Fix example. Fixes #4991
1 parent 841f5a9 commit e4391db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-grid-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ Reordering and Accessibility</h2>
776776
This layout can be easily achieved with grid layout:
777777

778778
<pre class="lang-css">
779-
main { display: grid;
779+
body { display: grid;
780780
grid: "h h h"
781781
"a b c"
782782
"f f f";

0 commit comments

Comments
 (0)