Fix overlapping login and videos

pull/3872/head
Kamran Ahmed 2 years ago
parent 7533575df9
commit 67a8582c22
  1. 4
      src/components/Navigation/Navigation.astro

@ -21,10 +21,10 @@ import AccountDropdown from './AccountDropdown.astro';
> >
</li> </li>
<li> <li>
<a href='/guides' class='text-gray-400 hover:text-white'>Guides</a> <a href='/guides' class='hidden lg:inline text-gray-400 hover:text-white'>Guides</a>
</li> </li>
<li> <li>
<a href='/videos' class='text-gray-400 hover:text-white'>Videos</a> <a href='/videos' class='hidden lg:inline text-gray-400 hover:text-white'>Videos</a>
</li> </li>
</ul> </ul>
<ul class='hidden h-8 w-[172px] items-center justify-end gap-5 sm:flex'> <ul class='hidden h-8 w-[172px] items-center justify-end gap-5 sm:flex'>

Loading…
Cancel
Save