Skip to content

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
bushido2014 committed Jan 2, 2024
1 parent 6a502a3 commit b731e85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/tailwind-nft-landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@
<img src="img/nft-logo.png" alt="nft">
</a>
</div>
<div class="ml-10 w-64 relative hidded md:block">
<div class="ml-10 w-64 relative hidden md:block">
<svg width="20" height="20" fill="currentColor" class="absolute left-3 top-1/2 -mt-2.5 text-slate-400 pointer-events-none group-focus-within:text-blue-500" aria-hidden="true">
<path fill-rule="evenodd" clip-rule="evenodd" d="M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z" />
</svg>
<input type="text" class="form-input w-28 focus:border-purple-800 focus:w-full block rounded-md pl-8 transition-all ease-linear duration-300 border-slate-200">
</div>
</div>
<div class="md:flex items-center hidded">
<div class="md:flex items-center hidden">
<ul class="menu flex">
<li><a href="#">Home</a></li>
<li><a href="#">Pages</a></li>
Expand Down Expand Up @@ -168,7 +168,7 @@

</div>
</div>
<div class="md:hidded">
<div class="md:hidden">
<button
x-data="{usedKeyboard: false}"
@keydown.window.tab="usedKeyboard = true"
Expand Down

0 comments on commit b731e85

Please sign in to comment.