diff options
| author | Mark Otto <[email protected]> | 2017-09-05 21:07:03 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-09-30 20:30:40 -0700 |
| commit | c449f3323ad80be54a7bc59e2e33d5b1a73b18ce (patch) | |
| tree | fe8f758dc01710f589d8ebe20f5085f3d05aeb53 | |
| parent | f5ad6e3987788ae5903a39384c49171bf52bd7b8 (diff) | |
| download | bootstrap-c449f3323ad80be54a7bc59e2e33d5b1a73b18ce.tar.xz bootstrap-c449f3323ad80be54a7bc59e2e33d5b1a73b18ce.zip | |
link to mdn flex doc
| -rw-r--r-- | docs/4.0/layout/grid.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md index 96f2beaf6..b61ecd3df 100644 --- a/docs/4.0/layout/grid.md +++ b/docs/4.0/layout/grid.md @@ -8,7 +8,7 @@ toc: true ## How it works -Bootstrap's grid system uses a series of containers, rows, and columns to layout and align content. It's built with flexbox and is fully responsive. Below is an example and an in-depth look at how the grid comes together. +Bootstrap's grid system uses a series of containers, rows, and columns to layout and align content. It's built with [flexbox](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes) and is fully responsive. Below is an example and an in-depth look at how the grid comes together. <div class="bd-example bd-example-row"> <div class="container"> |
