Skip to content

Commit 1b6cd38

Browse files
authored
[Docs Site] Add padding to Feature.astro (#16126)
1 parent 97f77cb commit 1b6cd38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Feature.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ if (cta) {
1616
---
1717

1818
<h3>{header}</h3>
19-
<div class="grid grid-cols-2">
19+
<div class="grid grid-cols-2 gap-x-12">
2020
<div>
2121
<slot />
2222
</div>
23-
<div class="!mt-0">
23+
<div class="!mt-0 self-center">
2424
<LinkCard title={title} href={href} />
2525
</div>
2626
</div>

0 commit comments

Comments
 (0)