Skip to content

Commit

Permalink
Merge branch 'dev' into bugfix/fix-missing-video
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcruzazevedo authored Oct 25, 2023
2 parents d9eb59d + 7ace5c0 commit 5ec1634
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 5ec1634

Please sign in to comment.