Fix padding on homepage
Browse files
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-
|
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-
|
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>
|