Move headline styles to tailwind base
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-02-19 15:11:53 +01:00
parent f9726ad9be
commit 682c78c7c3
2 changed files with 10 additions and 16 deletions

View File

@@ -8,6 +8,14 @@
}
h1 {
@apply uppercase;
@apply text-3xl uppercase;
}
h2 {
@apply text-2xl mb-8;
}
h3 {
@apply text-xl mb-6;
}
}