Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiano cardelli committed Aug 30, 2024
1 parent 0df179b commit 768ab0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grants/pages/grant-page-layout/grant-page-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const GrantPageLayout = ({ list, grant, children }: Props) => {
backButton={<GrantBackButton fallbackUrl="/grants" />}
/>

<div className="mt-[450px] sm:mt-[370px] md:mt-[350px] lg:mt-[370px] lg:pr-8">
<div className="mt-[450px] md:mt-[350px] lg:mt-[390px] lg:pr-8">
<div className="px-2 pb-4 text-base">Grantee List</div>
<div className="flex gap-8">
<div className="w-full shrink-0 lg:w-4/12">{list}</div>
Expand Down

0 comments on commit 768ab0e

Please sign in to comment.