remove search bar code

This commit is contained in:
Aadil Ayub 2022-04-13 00:56:27 +05:00
parent 4ff0e3445c
commit 272b1f7419
2 changed files with 0 additions and 13 deletions

View File

@ -67,10 +67,6 @@
</aside>
<div>
<div class="search">
<img src="{{ .Site.Params.baseURL }}/img/search.svg" alt="search">
<input type="search" name="" id="">
</div>
<a href="https://members.lumbung.space" id="login">login</a>
</div>
</header>

View File

@ -179,14 +179,6 @@ body {
display: none;
}
#top-menu .search {
display: flex;
justify-content: flex-end;
align-items: flex-end;
/* temporarily disabling search */
display: none;
}
#top-menu input {
border: none;
border-bottom: 1px solid #333;
@ -866,7 +858,6 @@ footer a:hover {
}
.menu,
#top-menu .search,
#login {
display: none;
}