Skip to content

Commit

Permalink
feat: add layout page max width (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation authored Oct 28, 2022
1 parent 66cbff7 commit 7b3ebcc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions designTokens/layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,11 @@ export const layout: DesignTokens = {
},
},
},
page: {
maxWidth: {
value: 1200,
...attributes('base-page'),
},
},
},
};

0 comments on commit 7b3ebcc

Please sign in to comment.