Skip to content

Commit

Permalink
[Docs Site] Add padding to Feature.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
KianNH committed Aug 14, 2024
1 parent eeb87cb commit 8b924a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Feature.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ if (cta) {
---

<h3>{header}</h3>
<div class="grid grid-cols-2">
<div class="grid grid-cols-2 gap-x-12">
<div>
<slot />
</div>
<div class="!mt-0">
<div class="!mt-0 self-center">
<LinkCard title={title} href={href} />
</div>
</div>

0 comments on commit 8b924a1

Please sign in to comment.