Skip to content

Commit

Permalink
Merge pull request #1528 from starknet-io/bugfix/fix-recruitment-line…
Browse files Browse the repository at this point in the history
…-spacing

Fix jobs line spacing
  • Loading branch information
rafaelcruzazevedo authored Oct 25, 2023
2 parents 377a5fd + 31afc3d commit 7ace5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspaces/website/src/pages/jobs/JobsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const JobsPageLayout = ({ params, seo }: Pick<Props, "params" | "seo">) => {
<>
<Text
color={'muted'}
style={{marginTop: '-36px'}}
style={{marginTop: '-40px'}}
variant={'body'}
>
<MarkdownBlock body={seo.description} />
Expand Down

0 comments on commit 7ace5c0

Please sign in to comment.