Skip to content

Commit

Permalink
fix: ajusta largura do container
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGondi committed Mar 27, 2024
1 parent 089e878 commit 2332f3d
Showing 1 changed file with 2 additions and 2 deletions.
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: 1944px;
max-width: 1400px;
margin: 0 auto;
padding: pa(6);
padding: px(6);
}
</style>

0 comments on commit 2332f3d

Please sign in to comment.