Answers for "vuetify div full 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

Browse Popular Code Answers by Language