diff --git a/src/jobs/index.tsx b/src/jobs/index.tsx index 133140ad1..cc9f0b4c1 100644 --- a/src/jobs/index.tsx +++ b/src/jobs/index.tsx @@ -103,6 +103,7 @@ const JobsIndex: NextPage> = ({ Alle: '/jobs', Bergen: '/jobs/office/bergen', Oslo: '/jobs/office/oslo', + Stavanger: '/jobs/office/stavanger', Trondheim: '/jobs/office/trondheim', }} /> diff --git a/src/office-selector/office.module.css b/src/office-selector/office.module.css index c26423a3f..c05f95891 100644 --- a/src/office-selector/office.module.css +++ b/src/office-selector/office.module.css @@ -6,7 +6,7 @@ padding: 0; list-style: none; display: grid; - grid-template-columns: repeat(4, max-content); + grid-template-columns: repeat(5, max-content); gap: 1rem; justify-content: center; }