Skip to content

Commit

Permalink
fix: padding on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
EdSDR committed Oct 18, 2024
1 parent 27ece31 commit 90c6a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/commune-validator/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export default function Page() {
</div>
</div>
<Separator className="mb-3" />
<Card className="flex w-full animate-fade-down flex-col items-center justify-between gap-3 p-4 animate-delay-[650ms] md:flex-row">
<Card className="flex mb-3 w-full animate-fade-down flex-col items-center justify-between gap-3 p-4 animate-delay-[650ms] md:flex-row">
<Label>
Feeling lost? Check out our tutorial on how to get started with the{" "}
<b className="text-green-500">Community Validator</b>:
Expand Down

0 comments on commit 90c6a44

Please sign in to comment.