diff options
| author | Mark Otto <[email protected]> | 2017-07-03 13:52:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-14 16:44:44 -0700 |
| commit | 2e5be3f46fb35176c9ae6f9ff710945f41bd8eae (patch) | |
| tree | 896296be335f33a638c0b9b18149b63591b5cc01 /docs | |
| parent | 095c46c242eafa65b46fc2732805d321084da013 (diff) | |
| download | bootstrap-2e5be3f46fb35176c9ae6f9ff710945f41bd8eae.tar.xz bootstrap-2e5be3f46fb35176c9ae6f9ff710945f41bd8eae.zip | |
only need the one utility class, it'll naturally apply at sm and above
Diffstat (limited to 'docs')
| -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 4c67810e5..f5eb68f4d 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 ml-sm-auto col-md-10 ml-md-auto pt-3" role="main"> + <main class="col-sm-9 ml-sm-auto col-md-10 pt-3" role="main"> <h1>Dashboard</h1> <section class="row text-center placeholders"> |
