From: Geoff Kimball Date: Tue, 19 Jan 2016 21:52:11 +0000 (-0800) Subject: Remove rogue backtick from flexbox docs page X-Git-Tag: v6.2.0-rc.1~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f91dbd4320c0c3cbdcd9fbd624e6f753dac0ad8c;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remove rogue backtick from flexbox docs page --- diff --git a/docs/pages/flexbox.md b/docs/pages/flexbox.md index b00953b57..df6ca7322 100644 --- a/docs/pages/flexbox.md +++ b/docs/pages/flexbox.md @@ -58,7 +58,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-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. 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.