Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
feat: max width for contents
Browse files Browse the repository at this point in the history
  • Loading branch information
herteleo committed Aug 6, 2019
1 parent ac03c58 commit 91f8af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppContent.vue
Expand Up @@ -6,6 +6,6 @@

<style lang="postcss" module>
.content {
@apply p-8;
@apply p-8 mx-auto max-w-6xl;
}
</style>

0 comments on commit 91f8af4

Please sign in to comment.