From c1e07e7ce677cc0a1a1814fb6b1a2bbc0f48509c Mon Sep 17 00:00:00 2001 From: smartm0use Date: Tue, 16 Aug 2016 14:38:12 +0200 Subject: [PATCH] Update flexbox.md Fixed link description for CSS property `align-items` --- docs/pages/flexbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/flexbox.md b/docs/pages/flexbox.md index bc498311f..a36c8971a 100644 --- a/docs/pages/flexbox.md +++ b/docs/pages/flexbox.md @@ -59,7 +59,7 @@ In general, all of the components work exactly the same. However, a few of them ## Helper Classes -Flexbox makes horizontal and vertical alignment painless, through the CSS properties [`align-content`](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items), [`align-self`](https://developer.mozilla.org/en-US/docs/Web/CSS/align-self), and [`justify-content`](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content). Foundation includes a handful of classes for these properties, which work with any flexbox-enabled component. +Flexbox makes horizontal and vertical alignment painless, through the CSS properties [`align-items`](https://developer.mozilla.org/en-US/docs/Web/CSS/align-items), [`align-self`](https://developer.mozilla.org/en-US/docs/Web/CSS/align-self), and [`justify-content`](https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content). Foundation includes a handful of classes for these properties, which work with any flexbox-enabled component. To understand how these classes work, you need to understand the parent-child relationship created with flexbox. An element with `display: flex` is a *flex parent*, and can horizontally or vertically align its children. All immediate children of the flex parent are *flex children*. A flex child can vertically align itself. -- 2.47.2