Skip to content

Commit c20d464

Browse files
committed
[css-grid-2] Fix example in masonry explainer.
1 parent 452e673 commit c20d464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-grid-2/MASONRY-EXPLAINER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Since items within each column are not aligned with items in adjacent columns, t
163163
justify-content: center;
164164
165165
/* align items in each column to the bottom of the container */
166-
align-tracks: bottom;
166+
align-tracks: end;
167167
}
168168
...
169169
</style>

0 commit comments

Comments
 (0)