first commit

This commit is contained in:
2025-11-23 08:02:54 +01:00
commit afd3881015
52 changed files with 9280 additions and 0 deletions

19
app/globals.css Normal file
View File

@ -0,0 +1,19 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
body {
@apply bg-background;
font-size: 16px;
min-height: 100vh;
color: #1f2937;
}
}
@layer utilities {
.text-balance {
text-wrap: balance;
}
}