Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 3d99b18

Browse files
lekoafTigge
authored andcommitted
docs: change width of docs content
Changes the width of the docs content from 900px to 1200px. This improves the readability of the different playgrounds.
1 parent 335f28d commit 3d99b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const Aside = styled.aside`
8484
`
8585

8686
const Main = styled.main`
87-
max-width: 900px;
87+
max-width: 1200px;
8888
margin: 0 auto;
8989
background-color: ${({ theme }) => theme.color.background00()};
9090
padding: ${spacing.extraLarge};

0 commit comments

Comments
 (0)