diff options
| author | louismaximepiton <[email protected]> | 2023-01-17 09:46:05 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2023-01-17 10:39:16 -0800 |
| commit | 5dc7f4c165c39b63eb5541a66d5ad443e35aaf09 (patch) | |
| tree | e52419faffc833623d9fd161d24c5f74be604e03 /site/content/docs/5.3/layout | |
| parent | e8b7d382767dcd73916ecd339c237fb49b9f3561 (diff) | |
| download | bootstrap-5dc7f4c165c39b63eb5541a66d5ad443e35aaf09.tar.xz bootstrap-5dc7f4c165c39b63eb5541a66d5ad443e35aaf09.zip | |
Harmonize the doc
Diffstat (limited to 'site/content/docs/5.3/layout')
| -rw-r--r-- | site/content/docs/5.3/layout/columns.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/site/content/docs/5.3/layout/columns.md b/site/content/docs/5.3/layout/columns.md index 1ed14844f..e6f525563 100644 --- a/site/content/docs/5.3/layout/columns.md +++ b/site/content/docs/5.3/layout/columns.md @@ -94,6 +94,8 @@ Or, change the alignment of each column individually with any of the responsive ### Horizontal alignment +Change the horizontal alignment with any of the responsive `justify-content-*` classes. + {{< example class="bd-example-row" >}} <div class="container text-center"> <div class="row justify-content-start"> |
