diff options
Diffstat (limited to 'docs/examples/carousel')
| -rw-r--r-- | docs/examples/carousel/index.html | 6 |
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> |
