Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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
);
Source by www.titanwolf.org #
 
PREVIOUS NEXT
Tagged: #override #vuetify #container #width
ADD COMMENT
Topic
Name
8+3 =