acidicSoil commited on
Commit
43a4b07
·
verified ·
1 Parent(s): 2054023

Fix the spacing so they don't look all wonky like the way you did it it looks like trash like that - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +5 -5
index.html CHANGED
@@ -111,12 +111,12 @@
111
  </header>
112
 
113
  <!-- Main Content -->
114
- <main class="grid grid-cols-1 lg:grid-cols-3 gap-8">
115
  <!-- Features Section -->
116
  <section id="features" class="mb-16">
117
  <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Powerful Features, <span class="text-indigo-600">Zero Cloud Dependency</span></h2>
118
 
119
- <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
120
  <!-- Feature 1 -->
121
  <div class="feature-card bg-white border border-gray-200 rounded-xl p-6 hover:border-indigo-200 transition-all">
122
  <div class="bg-indigo-100 w-12 h-12 rounded-lg flex items-center justify-center mb-4">
@@ -313,7 +313,7 @@
313
  </div>
314
 
315
  <!-- Right Column -->
316
- <div class="space-y-8">
317
  <!-- UX Highlights -->
318
  <section class="bg-white rounded-xl shadow-sm p-6">
319
  <h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center gap-2">
@@ -470,7 +470,7 @@
470
 
471
  <!-- Installation CTA -->
472
  <section id="install" class="mb-16 gradient-border p-0.5 rounded-xl">
473
- <div class="bg-white dark:bg-gray-800 rounded-lg p-8 text-center">
474
  <h2 class="text-3xl font-bold text-gray-800 dark:text-white mb-4">Get Started in Seconds</h2>
475
  <p class="text-xl text-gray-600 dark:text-gray-300 mb-8 max-w-2xl mx-auto">
476
  Install Velo with a single command and start boosting your productivity immediately.
@@ -486,7 +486,7 @@
486
  </section>
487
 
488
  <!-- Footer -->
489
- <footer class="mt-12 pt-8 border-t border-gray-200 dark:border-gray-700">
490
  <div class="flex flex-col md:flex-row justify-between items-center gap-4">
491
  <div class="text-sm text-gray-500">
492
  <p>© 2025 Velo Project. All rights reserved.</p>
 
111
  </header>
112
 
113
  <!-- Main Content -->
114
+ <main class="grid grid-cols-1 lg:grid-cols-3 gap-12">
115
  <!-- Features Section -->
116
  <section id="features" class="mb-16">
117
  <h2 class="text-3xl font-bold text-center text-gray-800 mb-12">Powerful Features, <span class="text-indigo-600">Zero Cloud Dependency</span></h2>
118
 
119
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
120
  <!-- Feature 1 -->
121
  <div class="feature-card bg-white border border-gray-200 rounded-xl p-6 hover:border-indigo-200 transition-all">
122
  <div class="bg-indigo-100 w-12 h-12 rounded-lg flex items-center justify-center mb-4">
 
313
  </div>
314
 
315
  <!-- Right Column -->
316
+ <div class="space-y-10">
317
  <!-- UX Highlights -->
318
  <section class="bg-white rounded-xl shadow-sm p-6">
319
  <h2 class="text-2xl font-bold text-gray-800 mb-6 flex items-center gap-2">
 
470
 
471
  <!-- Installation CTA -->
472
  <section id="install" class="mb-16 gradient-border p-0.5 rounded-xl">
473
+ <div class="bg-white dark:bg-gray-800 rounded-lg px-10 py-12 text-center">
474
  <h2 class="text-3xl font-bold text-gray-800 dark:text-white mb-4">Get Started in Seconds</h2>
475
  <p class="text-xl text-gray-600 dark:text-gray-300 mb-8 max-w-2xl mx-auto">
476
  Install Velo with a single command and start boosting your productivity immediately.
 
486
  </section>
487
 
488
  <!-- Footer -->
489
+ <footer class="mt-16 pt-10 border-t border-gray-200 dark:border-gray-700">
490
  <div class="flex flex-col md:flex-row justify-between items-center gap-4">
491
  <div class="text-sm text-gray-500">
492
  <p>© 2025 Velo Project. All rights reserved.</p>