Skip to content

Commit

Permalink
fix: remove unused text-balance utility from globals.css
Browse files Browse the repository at this point in the history
  • Loading branch information
dada878 committed Nov 18, 2024
1 parent c35a1f2 commit 294a5a5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/(cfp)/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
@tailwind components;
@tailwind utilities;

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

html,
body {
@apply bg-light-brown;
Expand Down

0 comments on commit 294a5a5

Please sign in to comment.