override vuetify container width

Solutions on MaxInterview for override vuetify container width by the best coders in the world

showing results for - "override vuetify container width"
Florian
02 Jan 2021
1// In your variables.scss file or any file you use to override vuetify variables
2
3$container-max-widths: (
4    'lg': 748px,
5    'xl': 1440px
6);
7