Refactor, improving responsivness
This commit is contained in:
10
src/App.vue
10
src/App.vue
@@ -8,9 +8,7 @@
|
||||
import './assets/style.scss'
|
||||
import './assets/print.css'
|
||||
import { RouterView } from 'vue-router'
|
||||
import { getActivePinia } from 'pinia'
|
||||
|
||||
const pinia = getActivePinia();
|
||||
|
||||
</script>
|
||||
|
||||
@@ -25,12 +23,4 @@ const pinia = getActivePinia();
|
||||
--bulma-box-padding: 0.75rem;
|
||||
}
|
||||
}
|
||||
|
||||
:root {
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
body {
|
||||
min-height: 100vh;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user