Skip to content

Commit 0909761

Browse files
committed
Fix mobile search bar visibility on the website
Signed-off-by: harshitghagre <harshitghagre183@gmail.com>
1 parent 20b475a commit 0909761

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/layouts/partials/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
{{ end }}
3232
</ul>
3333
</div>
34-
<div class="navbar-nav d-none d-lg-block">{{ partial "search-input.html" . }}</div>
34+
<div class="navbar-nav mt-2 mt-lg-0">{{ partial "search-input.html" . }}</div>
3535
</nav>

0 commit comments

Comments
 (0)