Move base header styles

This commit is contained in:
Oliver Davies 2019-06-11 21:15:59 +01:00
parent 444a7296bd
commit 2b86365e0c

View file

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