aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/carousel/index.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-22 23:04:02 -0800
committerMark Otto <[email protected]>2016-12-24 14:21:04 -0800
commitf721ebf3b40e564cafc65cdad9582c2cd5a89c01 (patch)
treeabb2906c40a58de88a94c5603d66b1ad67ade8e8 /docs/examples/carousel/index.html
parenteffb2fb4b4bf12e6ecc3934761e0305147f6e2e2 (diff)
downloadbootstrap-f721ebf3b40e564cafc65cdad9582c2cd5a89c01.tar.xz
bootstrap-f721ebf3b40e564cafc65cdad9582c2cd5a89c01.zip
unify alignment of all these dang navbar forms
Diffstat (limited to 'docs/examples/carousel/index.html')
-rw-r--r--docs/examples/carousel/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html
index fa05558fd..71f3c17f4 100644
--- a/docs/examples/carousel/index.html
+++ b/docs/examples/carousel/index.html
@@ -36,9 +36,9 @@
<a class="nav-link disabled" href="#">Disabled</a>
</li>
</ul>
- <form class="form-inline mt-2 mt-lg-0">
- <input class="form-control mr-md-2" type="text" placeholder="Search">
- <button class="btn btn-outline-success my-2 my-lg-0" type="submit">Search</button>
+ <form class="form-inline mt-2 mt-md-0">
+ <input class="form-control mr-sm-2" type="text" placeholder="Search">
+ <button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>