Skip to content

Commit

Permalink
Fix diplanung-style overwriting vuetify styles
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Mar 5, 2025
1 parent 92e0d8e commit e3cbafd
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,11 @@ export default Vue.extend({
},
})
</script>

<style lang="scss">
@media (min-width: 1200px) {
.container {
padding: 0;
}
}
</style>

0 comments on commit e3cbafd

Please sign in to comment.