Skip to content
Merged

Blog #280

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 frontend/app/[locale]/blog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default async function BlogPage({

return (
<DynamicGridBackground className="bg-gray-50 py-10 transition-colors duration-300 dark:bg-transparent">
<main className="relative z-10 mx-auto max-w-7xl pt-6 pb-12">
<main className="relative z-10 mx-auto max-w-7xl px-4 pt-6 pb-12 sm:px-6 lg:px-8">
{!hasAuthorFilter && (
<BlogPageHeader title={t('title')} subtitle={t('subtitle')} />
)}
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/header/MainSwitcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function MainSwitcher({
showAdminLink={showAdminLink}
blogCategories={blogCategories}
/>
<main className="mx-auto min-h-[80vh] px-4 sm:px-6 lg:px-8">
<main className="mx-auto min-h-[80vh]">
{children}
</main>
</>
Expand Down
36 changes: 26 additions & 10 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.