Refactor, improving responsivness

This commit is contained in:
2024-08-06 17:08:07 +02:00
parent feee47f464
commit ce89b79074
17 changed files with 262 additions and 225 deletions

View File

@@ -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>