mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-07 06:40:57 +00:00
even more utils for forms
This commit is contained in:
parent
567a289137
commit
0677b6b18c
1 changed files with 2 additions and 2 deletions
|
|
@ -56,8 +56,8 @@ Here's an example of all the sub-components included in a responsive light-theme
|
|||
</li>
|
||||
</ul>
|
||||
<form class="form-inline mt-2 mt-md-0">
|
||||
<input class="form-control" type="text" placeholder="Search">
|
||||
<button class="btn btn-outline-success my-2 my-md-0" type="submit">Search</button>
|
||||
<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>
|
||||
</div>
|
||||
</nav>
|
||||
|
|
|
|||
Loading…
Reference in a new issue