Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: spacing #313

Merged
merged 1 commit into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/pages/careers.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
</div>
</section>
{:else}
<section class="container mx-auto px-container @container mt-10 md:mt-14 lg:mt-20">
<section class="container mx-auto px-container @container mt-8 md:mt-10 lg:mt-12">
<div class="flex overflow-hidden rounded-lg border bg-background-offset/80">
<div class="flex flex-col p-8">
<p class="text-2xl font-semibold">{t('careers.footer.no.positions')}</p>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/i18n/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,5 @@
"proposals.projects": "Projects",
"contact.range": "Choose a range",
"careers.footer.no.positions": "No open positions.",
"careers.footer.no.positions.description": "No nests to be found right now, but hatch your self-application below!"
"careers.footer.no.positions.description": "No nests to be found right now, but hatch your spontaneous application below!"
}