Skip to content

Commit

Permalink
some padding
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Mar 27, 2024
1 parent a75d5b6 commit 8559dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devcon/src/pages/road-to-devcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ export default pageHOC(function RoadToDevcon(props: any) {

<EventsTable events={props.events} />

<div className="border-t border-solid border-bottom border-[#b9b9b9]" id="grants">
<div className="border-t border-solid border-bottom border-[#b9b9b9] pb-4" id="grants">
<RoadToDevconGrants pages={grantsPages} />
</div>

Expand Down

0 comments on commit 8559dc9

Please sign in to comment.