Skip to content

Commit

Permalink
fix: inconsistent breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
danmaninc committed Mar 3, 2024
1 parent a3bb32a commit fc180d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/schedule/[category]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default async function Page({ params: { category } }: Props) {
const categoryInfo = getCategoryInfoBySlug(category);

return (
<div className="flex flex-col p-4 @container/content @lg/main:p-12">
<div className="flex flex-col p-4 @container/content @2xl/main:p-12">
<NavbarTemplate
title={`Schedule${
categoryInfo?.title ? " — " + categoryInfo.title : ""
Expand Down

0 comments on commit fc180d6

Please sign in to comment.