Skip to content

Commit

Permalink
Fix jobs line spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
nuno-aac committed Oct 24, 2023
1 parent 377a5fd commit 31afc3d
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 31afc3d

Please sign in to comment.