Skip to content

Commit

Permalink
fix: Reduce body padding on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
josemiguel-alvarez committed Oct 28, 2022
1 parent 532aa0e commit 93b7e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/root.tsx
Expand Up @@ -59,7 +59,7 @@ export default function App() {

const flexClasses = "flex flex-col items-center";
const spacingClasses =
"px-8 md:px-0 md:max-w-2xl lg:max-w-3xl xl:max-w-5xl mx-auto h-[100vh]";
"px-4 md:px-0 md:max-w-2xl lg:max-w-3xl xl:max-w-5xl mx-auto h-[100vh]";
const proseClasses = "prose lg:prose-xl dark:prose-invert";

return (
Expand Down

1 comment on commit 93b7e3e

@vercel
Copy link

@vercel vercel bot commented on 93b7e3e Oct 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.