Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshpaliyal authored Oct 30, 2024
1 parent c9c15e0 commit 6562fd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

<!DOCTYPE html>
<html lang="en">

Expand Down Expand Up @@ -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 flex space-x-4">
<div class="hidden md: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>
Expand All @@ -140,7 +140,7 @@
</header>

<section class="bg-primary text-white py-20">
<div class="container mx-auto px-6 flex flex-col md:flex-row items-center">
<div class="container mx-auto px-6 flex flex-col items-center">
<div class="md:w-1/2 lg:pr-24 md:pr-16 flex flex-col items-center md:items-start md:text-left mb-16 md:mb-0 text-center">
<h1 class="text-4xl sm:text-7xl font-extrabold tracking-tight mb-4">KeyPass</h1>
<p class="mb-8 leading-relaxed">Open Source Offline Password Manager. Store, manage, and take control securely.</p>
Expand Down

0 comments on commit 6562fd4

Please sign in to comment.