Skip to content

Commit

Permalink
width fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simplyvinay committed Dec 5, 2021
1 parent e6852c7 commit 442a4e0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion vue-expenses-client/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ export default {
return {};
}
};
</script>
</script>

<style lang="scss">
.container {
max-width: 1185px !important;
}
</style>

0 comments on commit 442a4e0

Please sign in to comment.