Skip to content

Commit cb7b55a

Browse files
committed
Hide search form for mobile
1 parent 63a678e commit cb7b55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<body>
2424
<header class="navbar navbar-dark navbar-expand bg-dark flex-md-nowrap p-0 shadow sticky-header">
2525
<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">
26+
<form class="w-100 d-none d-md-flex" action="/search" method="get">
2727
<input class="form-control form-control-dark" type="text" placeholder="Search" aria-label="Search" name="q">
2828
</form>
2929

0 commit comments

Comments
 (0)