Skip to content

Commit

Permalink
fix: align buttons properly in mobile view of tools/cli (#2112)
Browse files Browse the repository at this point in the history
Co-authored-by: Akshat Nema <[email protected]>
  • Loading branch information
AnishKacham and akshatnema authored Sep 6, 2023
1 parent 8e92e1d commit ea73586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/tools/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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="View Docs" href="/docs/tools/cli" className="ml-2 block mt-2 md:mt-0 md:inline-block w-full sm:w-auto" />
<Button text="View Docs" href="/docs/tools/cli" className="block mt-2 md:ml-2 md:mt-0 md:inline-block w-full sm:w-auto" />
</div>
);
}
Expand Down

0 comments on commit ea73586

Please sign in to comment.