kamrify commited on
Commit
7b0a7ad
·
1 Parent(s): 8aca263

Fix padding on homepage

Browse files
Files changed (1) hide show
  1. docs/src/pages/index.astro +2 -2
docs/src/pages/index.astro CHANGED
@@ -36,7 +36,7 @@ const starCount = getFormattedStars('kamranahmedse/driver.js');
36
  <FeatureMarquee client:only />
37
  </div>
38
 
39
- <div class="py-32 bg-white text-black">
40
  <Container>
41
  <h2 class="text-6xl font-bold mb-6">Examples</h2>
42
  <p class="text-2xl text-black mb-12">Here are just a few examples; find more <a
@@ -84,7 +84,7 @@ const starCount = getFormattedStars('kamranahmedse/driver.js');
84
  </Container>
85
  </div>
86
 
87
- <div class="py-32 bg-white text-black border-t-2 border-t-black">
88
  <Container>
89
  <div class="flex items-center">
90
  <div>
 
36
  <FeatureMarquee client:only />
37
  </div>
38
 
39
+ <div class="py-24 bg-white text-black">
40
  <Container>
41
  <h2 class="text-6xl font-bold mb-6">Examples</h2>
42
  <p class="text-2xl text-black mb-12">Here are just a few examples; find more <a
 
84
  </Container>
85
  </div>
86
 
87
+ <div class="py-24 bg-white text-black border-t-2 border-t-black">
88
  <Container>
89
  <div class="flex items-center">
90
  <div>