Skip to content

Commit

Permalink
Fix spacing and max width
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek committed Apr 22, 2024
1 parent eb69108 commit fba7bae
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ export function BrowserExtensionBanner() {
}

return (
<section className="sm:flex justify-between border-2 rounded-xl m-4 hidden p-4 mt-4">
<div className="flex flex-col gap-1 p-4 justify-center">
<span className="text-lg font-semibold"> Open from Github</span>
<section className="sm:flex justify-between border-2 rounded-xl m-4 hidden max-w-xl mt-4">
<div className="flex flex-col gap-1 py-4 px-2 justify-center">
<span className="text-lg font-semibold">Open from Github</span>
<span>
<a href={browserOption.url} className="gp-link">
Install the Gitpod extension
Expand Down

0 comments on commit fba7bae

Please sign in to comment.