cuddle-templates/cuddle-leptos/style/tailwind.css
kjuulh c01c27a0a4
feat: update template
Signed-off-by: kjuulh <contact@kjuulh.io>
2025-01-11 22:22:39 +01:00

7 lines
116 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
.page-center {
@apply max-w-4xl mx-auto px-4 h-full;
}