This commit is contained in:
Marios Antonoudiou
2023-12-04 11:30:24 +02:00
commit 88f430b5f1
21 changed files with 12722 additions and 0 deletions

8
app.config.ts Normal file
View File

@@ -0,0 +1,8 @@
export default defineAppConfig({
ui: {
container: {
padding: "p-4 sm:p-6 lg:p-8",
constrained: "max-w-3xl",
},
},
});