1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 04:59:50 +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>
<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>
<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>
</ul>
<ul class='hidden h-8 w-[172px] items-center justify-end gap-5 sm:flex'>