1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 21:32:35 +02:00

Fix overlapping login and videos

This commit is contained in:
Kamran Ahmed
2023-04-24 18:06:42 +01:00
parent 7533575df9
commit 67a8582c22

View File

@@ -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'>