]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Added extra information about flex-alignment on vertical-alignment (#30047)
authoreliasswns <53527273+eliasswns@users.noreply.github.com>
Mon, 3 Feb 2020 21:28:29 +0000 (22:28 +0100)
committerGitHub <noreply@github.com>
Mon, 3 Feb 2020 21:28:29 +0000 (23:28 +0200)
* change sentence

* Update vertical-align.md

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <otto@github.com>
site/content/docs/4.3/utilities/vertical-align.md

index b2c16b569c12edf3a4c51d523aaf56f2955c9024..730133600661bc5583ebe407b4fefa679bd251a3 100644 (file)
@@ -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 >}}