mirror of
https://github.com/bitwarden/help
synced 2025-12-06 00:03:30 +00:00
more layout work
This commit is contained in:
@@ -52,8 +52,22 @@
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<header>
|
||||
<div class="container">
|
||||
<form action="/search/" method="get">
|
||||
<div class="input-group">
|
||||
<input type="search" class="form-control input-lg" placeholder="Search the help center..." name="q">
|
||||
<span class="input-group-btn">
|
||||
<button class="btn btn-lg btn-default" type="submit">Search</button>
|
||||
</span>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
{{content}}
|
||||
<content>
|
||||
{{content}}
|
||||
</content>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user