Move base header styles
This commit is contained in:
parent
444a7296bd
commit
2b86365e0c
|
@ -4,8 +4,6 @@ html {
|
||||||
line-height: 1.15;
|
line-height: 1.15;
|
||||||
}
|
}
|
||||||
|
|
||||||
@tailwind components;
|
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2 {
|
h2 {
|
||||||
@apply font-bold
|
@apply font-bold
|
||||||
|
@ -15,6 +13,8 @@ h2 {
|
||||||
@apply text-2xl
|
@apply text-2xl
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@tailwind components;
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
@apply text-sm font-thin antialiased text-white px-4 py-3 no-underline rounded mx-1 bg-blue-300;
|
@apply text-sm font-thin antialiased text-white px-4 py-3 no-underline rounded mx-1 bg-blue-300;
|
||||||
|
|
||||||
|
|
Reference in a new issue