Re-add base heading styles

This commit is contained in:
Oliver Davies 2019-03-10 08:35:40 +00:00
parent 85224ef90c
commit b02b661382

View file

@ -8,6 +8,15 @@
@tailwind base;
@tailwind components;
h1,
h2 {
@apply font-bold
}
h2 {
@apply text-2xl
}
.btn {
@apply text-sm font-thin antialiased text-white px-4 py-3 no-underline rounded mx-1 bg-blue-dark;