Files
next-portfolio/src/app/globals.css

10 lines
127 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer utilities {
.text-balance {
text-wrap: balance;
}
}