7 lines
184 B
SCSS
7 lines
184 B
SCSS
// Ref: https://github.com/nuxt-community/vuetify-module#customvariables
|
|
//
|
|
// The variables you want to modify
|
|
// $font-size-root: 20px;
|
|
.v-application--wrap{
|
|
min-height:10vh;
|
|
} |