Skip to content

Commit

Permalink
style: fix work page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstadler committed Nov 27, 2024
1 parent 0420c6f commit 60b750c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/[locale]/works/[id_or_category]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function WorksPage(props: WorksPageProps) {
const t = useTranslations("InstantSearch");

return (
<MainContent className="m-auto max-w-screen-xl">
<MainContent className="mx-auto w-screen max-w-screen-xl">
<InstantSearchView
filters={{ "contains.work.category": props.params.id_or_category }}
queryArgsToMenuFields={{ language: "language", work: "contains.work.yeartitle" }}
Expand Down

0 comments on commit 60b750c

Please sign in to comment.