diff options
| author | Ty Mick <[email protected]> | 2021-12-14 12:29:35 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-14 22:29:35 +0200 |
| commit | 28f7c94475b9456897ef9a4b60bc0f45d4db3388 (patch) | |
| tree | 32824ac4366419b1c1f0bd2e1ff8e8963ed95a06 | |
| parent | 8cdb6c40bdf55229459f479111e6a44d49052cf1 (diff) | |
| download | bootstrap-28f7c94475b9456897ef9a4b60bc0f45d4db3388.tar.xz bootstrap-28f7c94475b9456897ef9a4b60bc0f45d4db3388.zip | |
docs: Add responsive variations for align-content-between (#35532)
Co-authored-by: XhmikosR <[email protected]>
| -rw-r--r-- | site/content/docs/5.1/utilities/flex.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/content/docs/5.1/utilities/flex.md b/site/content/docs/5.1/utilities/flex.md index bbb1824b4..b9d359ab1 100644 --- a/site/content/docs/5.1/utilities/flex.md +++ b/site/content/docs/5.1/utilities/flex.md @@ -622,6 +622,7 @@ Responsive variations also exist for `align-content`. - `.align-content{{ .abbr }}-start` - `.align-content{{ .abbr }}-end` - `.align-content{{ .abbr }}-center` +- `.align-content{{ .abbr }}-between` - `.align-content{{ .abbr }}-around` - `.align-content{{ .abbr }}-stretch` {{- end -}} |
