Skip to content

Commit

Permalink
Remove padding override on larger screens
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddossett committed Aug 6, 2024
1 parent f134b02 commit 2d83b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Header } from "./header";

function Layout({ children }: any): JSX.Element {
return (
<div className="max-w-[960px] mx-auto w-full px-4 md:px-8">
<div className="max-w-[960px] mx-auto w-full px-4">
<Head>
<title>David Dossett</title>
<meta name="description" content="Product designer at Microsoft"/>
Expand Down

0 comments on commit 2d83b77

Please sign in to comment.