mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Docs: Fix vertical align link
This commit is contained in:
parent
390ce245cc
commit
fec511da02
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ 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" >}}).
|
||||
To vertically center non-inline content (like `<div>`s and more), use our [flex box utilities]({{< docsref "/utilities/flex#align-items" >}}).
|
||||
|
||||
With inline elements:
|
||||
|
||||
|
|
Loading…
Reference in a new issue