Skip to content

Commit bb16324

Browse files
authored
Use 2 spaces for indentation in example CSS.
1 parent d0b19e4 commit bb16324

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-grid-1/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -669,12 +669,12 @@ Grid Areas
669669
670670
/* using the template syntax */
671671
#grid {
672-
display: grid;
673-
grid-template-areas: ". a"
674-
"b a"
675-
". a";
676-
grid-template-columns: 150px 1fr;
677-
grid-template-rows: 50px 1fr 50px;
672+
display: grid;
673+
grid-template-areas: ". a"
674+
"b a"
675+
". a";
676+
grid-template-columns: 150px 1fr;
677+
grid-template-rows: 50px 1fr 50px;
678678
}
679679

680680
#item1 { grid-area: a }

0 commit comments

Comments
 (0)