diff options
| author | eliasswns <[email protected]> | 2020-02-03 22:28:29 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-02-03 23:28:29 +0200 |
| commit | 807d67fe7e1adfcd03d040588ad55b67c71305d8 (patch) | |
| tree | beea52a4b526dd6249a99b9cb7b4078073131c5a | |
| parent | 532feab38b99d5238118eb3e17b860a09d481fec (diff) | |
| download | bootstrap-807d67fe7e1adfcd03d040588ad55b67c71305d8.tar.xz bootstrap-807d67fe7e1adfcd03d040588ad55b67c71305d8.zip | |
Added extra information about flex-alignment on vertical-alignment (#30047)
* change sentence
* Update vertical-align.md
Co-authored-by: XhmikosR <[email protected]>
Co-authored-by: Mark Otto <[email protected]>
| -rw-r--r-- | site/content/docs/4.3/utilities/vertical-align.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/site/content/docs/4.3/utilities/vertical-align.md b/site/content/docs/4.3/utilities/vertical-align.md index b2c16b569..730133600 100644 --- a/site/content/docs/4.3/utilities/vertical-align.md +++ b/site/content/docs/4.3/utilities/vertical-align.md @@ -9,6 +9,8 @@ Change the alignment of elements with the [`vertical-alignment`](https://develop Choose from `.align-baseline`, `.align-top`, `.align-middle`, `.align-bottom`, `.align-text-bottom`, and `.align-text-top` as needed. +To vertically center non-inline content (like `<div>`s and more), use our [flex box utilities]({{< docsref "/utilities/flex#auto-margins" >}}). + With inline elements: {{< example >}} |
