Update index.html

This commit is contained in:
Yogesh Choudhary Paliyal
2024-10-30 09:09:05 +05:30
committed by GitHub
parent 68a8991960
commit c9c15e0741

View File

@@ -126,7 +126,7 @@
<nav class="container mx-auto px-6 py-3">
<div class="flex justify-between items-center">
<a href="#" class="text-white font-bold text-xl">KeyPass</a>
<div class="hidden md:flex space-x-4">
<div class="hidden flex space-x-4">
<a href="#features" class="text-white hover:text-gray-200">Features</a>
<a href="#download" class="text-white hover:text-gray-200">Download</a>
</div>