From: smartm0use Date: Tue, 16 Aug 2016 12:38:12 +0000 (+0200) Subject: Update flexbox.md X-Git-Tag: v6.2.4-rc1~2^2~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9113%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update flexbox.md Fixed link description for CSS property `align-items` --- 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.