Skip to content

Commit

Permalink
fix(deploy-web): responsive grid uptime
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed Jun 3, 2024
1 parent d81a044 commit 268947b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const ProviderDetail: React.FunctionComponent<Props> = ({ owner, _provide
/>
</div>

<div className="grid grid-cols-1 gap-4 space-y-4 md:grid-cols-2">
<div className="grid grid-cols-1 gap-4 space-y-4 lg:grid-cols-2">
<div className="basis-1/2">
<ActiveLeasesGraph provider={provider} />
</div>
Expand Down

0 comments on commit 268947b

Please sign in to comment.