]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update flexbox.md 9113/head
authorsmartm0use <sm4r7m0u53@yahoo.it>
Tue, 16 Aug 2016 12:38:12 +0000 (14:38 +0200)
committerGitHub <noreply@github.com>
Tue, 16 Aug 2016 12:38:12 +0000 (14:38 +0200)
Fixed link description for CSS property `align-items`

docs/pages/flexbox.md

index bc498311f02f030d3cc2a3c07aeea470591bf070..a36c8971af7705a3b8d02b3b7202e13f1f8c0001 100644 (file)
@@ -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.