Files
Compagnon-du-Lagon---Marama/app/globals.css
2025-11-23 08:02:54 +01:00

20 lines
248 B
CSS

@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;
}
}