Skip to content

Commit

Permalink
fix: mobile view with max-width
Browse files Browse the repository at this point in the history
  • Loading branch information
alarv committed Dec 20, 2024
1 parent dc590f7 commit 1e774e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion app/blog/components/mdx-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function MdxLayout({
// Create any shared layout or styles here
return (
<div className="flex w-full justify-center">
<div className="max-w-4xl">
<div className="max-w-full">
<Card className="px-2 py-5 sm:px-10">
<CardHeader className="flex flex-col gap-3">
<div className="flex w-full items-center gap-1">
Expand Down

0 comments on commit 1e774e3

Please sign in to comment.