Move headline styles to tailwind base
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f9726ad9be
commit
682c78c7c3
@ -18,7 +18,6 @@
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.8rem;
|
||||
color: #fff;
|
||||
|
||||
span.project-name {
|
||||
@ -28,8 +27,7 @@
|
||||
span.icon {
|
||||
svg {
|
||||
display: inline-block;
|
||||
height: 1.8rem;
|
||||
margin-top: -0.1rem;
|
||||
height: 1.875rem;
|
||||
vertical-align: top;
|
||||
width: auto;
|
||||
}
|
||||
@ -85,18 +83,6 @@ main {
|
||||
margin: 3rem auto;
|
||||
}
|
||||
|
||||
h2, h3 {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
p {
|
||||
line-height: 1.5rem;
|
||||
margin-bottom: 1rem;
|
||||
|
@ -8,6 +8,14 @@
|
||||
}
|
||||
|
||||
h1 {
|
||||
@apply uppercase;
|
||||
@apply text-3xl uppercase;
|
||||
}
|
||||
|
||||
h2 {
|
||||
@apply text-2xl mb-8;
|
||||
}
|
||||
|
||||
h3 {
|
||||
@apply text-xl mb-6;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user