We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1921c98 commit bdefe46Copy full SHA for bdefe46
src/grants/pages/grant-details-page/index.tsx
@@ -22,7 +22,7 @@ export const GrantDetailsPage = ({ grant }: Props) => {
22
searchResults={<ActiveSearchResults />}
23
/>
24
<ActiveSearchHiddenWrapper>
25
- <div className="pt-8">
+ <div className="pt-36">
26
<FullGrantCard grant={grant} isRounded={false} />
27
</div>
28
</ActiveSearchHiddenWrapper>
0 commit comments