We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a678e commit cb7b55aCopy full SHA for cb7b55a
src/_layouts/default.html
@@ -23,7 +23,7 @@
23
<body>
24
<header class="navbar navbar-dark navbar-expand bg-dark flex-md-nowrap p-0 shadow sticky-header">
25
<a class="navbar-brand col-sm-3 col-md-2 mr-0" href="/">{{ site.title }}</a>
26
- <form class="w-100" action="/search" method="get">
+ <form class="w-100 d-none d-md-flex" action="/search" method="get">
27
<input class="form-control form-control-dark" type="text" placeholder="Search" aria-label="Search" name="q">
28
</form>
29
0 commit comments