Skip to content
Snippets Groups Projects
Commit 69a67e53 authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] Fixed css issue on search bar.

parent 46049150
No related branches found
No related tags found
No related merge requests found
<form class="w-full max-w-sm text-sm md:text-base" id="site-search-form" role="search"> <form class="w-full max-w-sm text-sm md:text-base" id="site-search-form" role="search">
<fieldset class="flex items-center justify-end"> <fieldset class="flex items-center justify-end">
<label class="mx-2 hidden md:block" for="search-input"><i class="far fa-search"></i></label> <label class="block" for="search-input">
<input type="search" id="search-input" class="bg-gray-200 appearance-none border-2 border-gray-200 hover:border-orange rounded w-auto px-2 text-gray-600" placeholder="Search the Docs" name="email-address" value=""> <span class="hidden lg:inline-block"><i class="far fa-search mr-1"></i></span class="hidden md:block">
<input type="search" id="search-input" class="bg-gray-200 appearance-none border-2 border-gray-200 hover:border-orange rounded w-auto px-2 text-gray-600" placeholder="Search the Docs" name="email-address" value="">
</label>
</fieldset> </fieldset>
</form> </form>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment