eexiv/src/app/globals.css

14 lines
160 B
CSS
Raw Normal View History

2024-02-09 19:00:26 -08:00
@tailwind base;
@tailwind components;
@tailwind utilities;
2024-02-09 19:40:32 -08:00
@layer utilities {
.text-balance {
text-wrap: balance;
}
2024-02-09 19:00:26 -08:00
}
2024-02-09 19:40:32 -08:00
* {
box-sizing: border-box;
2024-02-09 19:00:26 -08:00
}