Skip to content

Commit

Permalink
fix design issue in forms
Browse files Browse the repository at this point in the history
  • Loading branch information
imlautaro committed Dec 29, 2022
1 parent c8b2e4b commit 970db2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "supauth",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"main": "./nuxt.config.ts",
"scripts": {
"dev": "nuxi prepare & nuxi dev .playground",
Expand Down
6 changes: 5 additions & 1 deletion src/layouts/supauth.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<template>
<Stack class="max-w-sm min-h-screen mx-auto px-6 py-12" items="center">
<Stack
class="max-w-sm min-h-screen mx-auto px-6 py-12"
justify="center"
vertical
>
<slot />
</Stack>
</template>

0 comments on commit 970db2c

Please sign in to comment.