docs(grid): fix links to row and col components (#16859)

This commit is contained in:
Arthur
2019-01-04 14:31:23 -02:00
committed by Brandy Carney
parent 7ee8aa66dd
commit 45db44abe7

View File

@ -3,7 +3,7 @@
The grid is a powerful mobile-first flexbox system for building custom layouts.
It is composed of three units — a grid, [row(s)](../Row) and [column(s)]((../Col)). Columns will expand to fill the row, and will resize to fit additional columns. It is based on a 12 column layout with different breakpoints based on the screen size. The number of columns can be customized using CSS.
It is composed of three units — a grid, [row(s)](../row) and [column(s)](../col). Columns will expand to fill the row, and will resize to fit additional columns. It is based on a 12 column layout with different breakpoints based on the screen size. The number of columns can be customized using CSS.
See [Grid Layout](/docs/layout/grid) for more information.