diff options
| author | John Galt <[email protected]> | 2017-07-03 14:47:00 -0400 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-14 16:44:44 -0700 |
| commit | 095c46c242eafa65b46fc2732805d321084da013 (patch) | |
| tree | a886f8e9ba89702cb9f1d0b9ef07267af681ef55 /docs/4.0/examples | |
| parent | 64bf037bd1138264c5fcee4f096c9edb65da3a79 (diff) | |
| download | bootstrap-095c46c242eafa65b46fc2732805d321084da013.tar.xz bootstrap-095c46c242eafa65b46fc2732805d321084da013.zip | |
Fix #22974
Diffstat (limited to 'docs/4.0/examples')
| -rw-r--r-- | docs/4.0/examples/dashboard/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/examples/dashboard/index.html b/docs/4.0/examples/dashboard/index.html index 3e66fca24..4c67810e5 100644 --- a/docs/4.0/examples/dashboard/index.html +++ b/docs/4.0/examples/dashboard/index.html @@ -91,7 +91,7 @@ </ul> </nav> - <main class="col-sm-9 offset-sm-3 col-md-10 offset-md-2 pt-3" role="main"> + <main class="col-sm-9 ml-sm-auto col-md-10 ml-md-auto pt-3" role="main"> <h1>Dashboard</h1> <section class="row text-center placeholders"> |
