Skip to content

Commit

Permalink
chore: removed fixed width
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Oct 31, 2023
1 parent e3eee83 commit 51c320a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function Home() {
<h1 className="max-w-3xl mb-10 text-4xl font-bold leading-none tracking-tight md:text-5xl xl:text-6xl">
Re-Inventing the API Client
</h1>
<p className="max-w-3xl mb-6 font-light text-gray-500 lg:mb-8 md:text-lg lg:text-xl">
<p className="mb-6 font-light text-gray-500 lg:mb-8 md:text-lg lg:text-xl">
Bruno is a Fast and Git-Friendly Opensource API client, aimed at revolutionizing the status quo represented by Postman, Insomnia and similar tools out there. <br /><br />
Bruno stores your collections directly in a folder on your filesystem. We use a plain text markup language, Bru, to save information about API requests. <br /><br />
You can use git or any version control of your choice to collaborate over your API collections. <br /><br />
Expand Down

1 comment on commit 51c320a

@vercel
Copy link

@vercel vercel bot commented on 51c320a Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.