Skip to content

Commit

Permalink
style: button and heading margin on tools/cli (#2722)
Browse files Browse the repository at this point in the history
Co-authored-by: Ansh Goyal <[email protected]>
  • Loading branch information
RamGoel and anshgoyalevil authored Mar 5, 2024
1 parent c92a901 commit c312922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/[lang]/tools/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default function CliPage() {
className="block mt-2 md:mt-0 md:inline-block w-full sm:w-auto"
href="https://www.github.com/asyncapi/cli"
/>
<Button text={t("cli.docsButton")} href="/docs/tools/cli" className="ml-2 block mt-2 md:mt-0 md:inline-block w-full sm:w-auto" />
<Button text={t("cli.docsButton")} href="/docs/tools/cli" className="md:ml-2 block mt-2 md:mt-0 md:inline-block w-full sm:w-auto" />
</div>
);
}
Expand Down Expand Up @@ -156,7 +156,7 @@ export default function CliPage() {
</div>

<div>
<Heading level="h3" typeStyle="heading-sm-semibold" className="text-center md:text-left">
<Heading level="h3" typeStyle="heading-sm-semibold" className="mb-4 text-center md:text-left">
{t("cli.exampleTitle")}
</Heading>
<div className="space-y-5">
Expand Down

0 comments on commit c312922

Please sign in to comment.