Skip to content

Commit d5bd11e

Browse files
authored
Format: add indentation
added a little indentation
1 parent c049dd1 commit d5bd11e

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</h3>
669669
<pre>
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)