AniX/frontend/app/globals.css

13 lines
159 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
min-height: 100dvh;
}
@layer utilities {
.text-balance {
text-wrap: balance;
}
}