Add letter spacing
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-04-25 22:59:07 +02:00
parent 6928ca2a88
commit e68370f319
3 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
* {
@apply tracking-normal;
}