Skip to content

Commit

Permalink
Merge pull request #603 from Sysvale/fix/page-container-component-width
Browse files Browse the repository at this point in the history
Fix/page container component width
  • Loading branch information
RafaelGondi authored Mar 27, 2024
2 parents 811556a + 846a299 commit 8234a60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sysvale/cuida",
"version": "3.0.0-beta.121",
"version": "3.0.0-beta.122",
"description": "A design system built by Sysvale, using storybook and Vue components",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions src/components/PageContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export default {}

.page-container__container {
width: 100%;
max-width: 1400px;
max-width: 1600px;
margin: 0 auto;
padding: px(6);
padding: pa(6);
}
</style>

0 comments on commit 8234a60

Please sign in to comment.