Skip to content

Commit

Permalink
fix(content): set max-width
Browse files Browse the repository at this point in the history
  • Loading branch information
withSang committed Nov 20, 2023
1 parent c65701d commit f397c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/templates/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const NewwaysLayout = ({ children }: Props) => (
className="site-layout-content"
style={{
background: "#00E9A1",
maxWidth: "700px",
maxWidth: "800px",

// alignItems: "center",
}}
Expand Down

0 comments on commit f397c8c

Please sign in to comment.