Update title and paragraph styles
This commit is contained in:
parent
d9e03df878
commit
8d68a7091f
1 changed files with 7 additions and 16 deletions
|
@ -95,13 +95,8 @@ nav {
|
|||
background: var(--bg-01);
|
||||
line-height: 2rem;
|
||||
}
|
||||
nav h1 {
|
||||
font-size: 3rem;
|
||||
height: 1cap;
|
||||
line-height: 1cap;
|
||||
}
|
||||
nav h1 img {
|
||||
height: inherit;
|
||||
height: 1cap;
|
||||
}
|
||||
nav ul {
|
||||
list-style: none;
|
||||
|
@ -177,10 +172,12 @@ h1,
|
|||
h2,
|
||||
h3 {
|
||||
font-weight: 300;
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
h1 {
|
||||
font-size: 3rem;
|
||||
line-height: 1cap;
|
||||
font-variation: small-caps;
|
||||
}
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
|
@ -188,15 +185,9 @@ h2 {
|
|||
h3 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
h4 {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
h5 {
|
||||
font-size: 1.125rem;
|
||||
}
|
||||
h6 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
main h1.new {
|
||||
main h2.new {
|
||||
opacity: 0.8;
|
||||
}
|
||||
p {
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue