Skip to content

Commit

Permalink
Change mobile break point from 960px to 600px
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Apr 18, 2024
1 parent 4963973 commit c233cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/vuetify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const vuetify = createVuetify({
sets: { mdi },
},
display: {
mobileBreakpoint: "md",
mobileBreakpoint: "xs",
},
defaults: {
// https://vuetifyjs.com/en/features/global-configuration/
Expand Down

0 comments on commit c233cbd

Please sign in to comment.