Skip to content

Commit

Permalink
fix(layout): paddingBlockStart set value=8
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed May 2, 2023
1 parent c90977c commit 6eac5b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const genPageContainerStyle: GenerateStyle<PageContainerToken> = (token) => {
},
['& &-warp-page-header']: {
paddingBlockStart:
(token.layout?.pageContainer?.paddingBlockPageContainerContent ?? 40) / 2,
(token.layout?.pageContainer?.paddingBlockPageContainerContent ?? 40) / 3,
paddingBlockEnd: (token.layout?.pageContainer?.paddingBlockPageContainerContent ?? 40) / 2,
paddingInlineStart: token.layout?.pageContainer?.paddingInlinePageContainerContent,
paddingInlineEnd: token.layout?.pageContainer?.paddingInlinePageContainerContent,
Expand Down

0 comments on commit 6eac5b6

Please sign in to comment.