Move to appConfig, Vuetify 3
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
// Libraries.
|
||||
@use '@fortawesome/fontawesome-svg-core/styles.css' as fontawesome;
|
||||
@use 'bootstrap' with (
|
||||
$grid-breakpoints: (
|
||||
xs: 0,
|
||||
sm: 601px,
|
||||
md: 996px,
|
||||
md: 961px,
|
||||
lg: 1281px,
|
||||
xl: 1921px,
|
||||
xxl: 2561px
|
||||
@@ -56,7 +55,7 @@ body {
|
||||
|
||||
// Entry point (Vue mount).
|
||||
#ender-app {
|
||||
flex: 1;
|
||||
flex: 1 1 0;
|
||||
image-rendering: auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user