Skip to content

Commit f4ff7cb

Browse files
rachelandrewfantasai
authored andcommitted
[css-grid-2] Updating initial example to match per-axis model
1 parent 8fa7adc commit f4ff7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-grid-2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Subgrids</h2>
7272
li {
7373
grid-column: span 2;
7474
display: grid;
75-
grid: subgrid;
75+
grid-template-columns: subgrid;
7676
border: solid;
7777
}
7878
label {

0 commit comments

Comments
 (0)