Move base header styles
This commit is contained in:
parent
444a7296bd
commit
2b86365e0c
|
@ -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;
|
||||
|
||||
|
|
Reference in a new issue