design update & fixes

This commit is contained in:
2024-02-01 16:12:41 +01:00
parent 6101c9bfb2
commit 2158145ae8
4 changed files with 13 additions and 22 deletions
+3 -3
View File
@@ -26,12 +26,12 @@ export default defineComponent({
<style lang="scss" scoped>
.app-container {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex-direction: column;
min-height: 100vh;
padding: 0.5em;
}
</style>