Add a unified setup view stylesheet

This commit is contained in:
Johannes Zellner
2025-08-07 16:21:29 +02:00
parent 1d98c76c90
commit 2056015fa2
7 changed files with 27 additions and 83 deletions
-23
View File
@@ -122,26 +122,3 @@ onMounted(async () => {
</div>
</div>
</template>
<style scoped>
.container {
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
overflow: auto;
}
h1 {
margin-top: 0;
}
.view {
margin: 60px 0;
width: 100%;
max-width: 500px;
}
</style>