added heading

This commit is contained in:
2023-01-28 17:28:31 +01:00
parent ad72f51063
commit eb6f590dbd
7 changed files with 178 additions and 17 deletions

View File

@@ -1,3 +1,18 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind utilities;
@layer base {
h1 {
@apply text-4xl;
}
h2 {
@apply text-3xl;
}
h3 {
@apply text-2xl;
}
h4 {
@apply text-xl;
}
}