Skip to content

Commit bdefe46

Browse files
committed
refactor: add padding to grant item
1 parent 1921c98 commit bdefe46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grants/pages/grant-details-page/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const GrantDetailsPage = ({ grant }: Props) => {
2222
searchResults={<ActiveSearchResults />}
2323
/>
2424
<ActiveSearchHiddenWrapper>
25-
<div className="pt-8">
25+
<div className="pt-36">
2626
<FullGrantCard grant={grant} isRounded={false} />
2727
</div>
2828
</ActiveSearchHiddenWrapper>

0 commit comments

Comments
 (0)