Answers for "override vuetify container width"

CSS
0

override vuetify container width

// In your variables.scss file or any file you use to override vuetify variables

$container-max-widths: (
    'lg': 748px,
    'xl': 1440px
);
Posted by: Guest on September-27-2021

Code answers related to "override vuetify container width"

Browse Popular Code Answers by Language