Skip to content

Commit

Permalink
Merge pull request #100 from syfxlin/develop
Browse files Browse the repository at this point in the history
fix(style): Fix some styles
  • Loading branch information
syfxlin committed Jan 30, 2024
2 parents 2013eac + 9b1d4e6 commit e6e45dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/widgets/artalk/styles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@ export const container = styled.css`
--at-color-grey: ${theme.color.text.description};
--at-color-meta: ${theme.color.text.description};
}
.atk-main-editor,
.atk-list {
max-width: ${theme.breakpoint.sm};
margin: auto;
}
`;

0 comments on commit e6e45dc

Please sign in to comment.