Fazbeeer commited on
Commit
6e1992c
·
verified ·
1 Parent(s): f47a2d0

Center it to the middle

Browse files
Files changed (2) hide show
  1. about.html +3 -2
  2. index.html +3 -2
about.html CHANGED
@@ -198,8 +198,9 @@
198
  <p class="text-xl text-center text-gray-400 mb-16 max-w-2xl mx-auto">
199
  Select the level of access that fits your mental training needs. All plans include our VR and AR technology.
200
  </p>
201
- <div class="grid grid-cols-1 md:grid-cols-2 gap-8 max-w-4xl mx-auto">
202
- <!-- Core Plan -->
 
203
  <div class="bg-gradient-to-b from-gray-900 to-black p-8 rounded-xl border border-yellow-500 transform hover:scale-105 transition mx-auto">
204
  <h3 class="text-2xl font-bold text-center mb-4 text-yellow-500">Amplify Core</h3>
205
  <div class="text-center mb-6">
 
198
  <p class="text-xl text-center text-gray-400 mb-16 max-w-2xl mx-auto">
199
  Select the level of access that fits your mental training needs. All plans include our VR and AR technology.
200
  </p>
201
+ <div class="flex justify-center">
202
+ <div class="grid grid-cols-1 gap-8 max-w-4xl">
203
+ <!-- Core Plan -->
204
  <div class="bg-gradient-to-b from-gray-900 to-black p-8 rounded-xl border border-yellow-500 transform hover:scale-105 transition mx-auto">
205
  <h3 class="text-2xl font-bold text-center mb-4 text-yellow-500">Amplify Core</h3>
206
  <div class="text-center mb-6">
index.html CHANGED
@@ -374,8 +374,9 @@ Get Started
374
  <p class="text-xl text-center text-gray-400 mb-16 max-w-2xl mx-auto">
375
  Select the level of access that fits your mental training needs. All plans include our VR and AR technology.
376
  </p>
377
- <div class="grid grid-cols-1 md:grid-cols-2 gap-8 max-w-4xl mx-auto">
378
- <!-- Core Plan -->
 
379
  <div class="bg-gradient-to-b from-gray-900 to-black p-8 rounded-xl border border-yellow-500 transform hover:scale-105 transition mx-auto">
380
  <h3 class="text-2xl font-bold text-center mb-4 text-yellow-500">Amplify Core</h3>
381
  <div class="text-center mb-6">
 
374
  <p class="text-xl text-center text-gray-400 mb-16 max-w-2xl mx-auto">
375
  Select the level of access that fits your mental training needs. All plans include our VR and AR technology.
376
  </p>
377
+ <div class="flex justify-center">
378
+ <div class="grid grid-cols-1 gap-8 max-w-4xl">
379
+ <!-- Core Plan -->
380
  <div class="bg-gradient-to-b from-gray-900 to-black p-8 rounded-xl border border-yellow-500 transform hover:scale-105 transition mx-auto">
381
  <h3 class="text-2xl font-bold text-center mb-4 text-yellow-500">Amplify Core</h3>
382
  <div class="text-center mb-6">