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);
|
background: var(--bg-01);
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
}
|
}
|
||||||
nav h1 {
|
|
||||||
font-size: 3rem;
|
|
||||||
height: 1cap;
|
|
||||||
line-height: 1cap;
|
|
||||||
}
|
|
||||||
nav h1 img {
|
nav h1 img {
|
||||||
height: inherit;
|
height: 1cap;
|
||||||
}
|
}
|
||||||
nav ul {
|
nav ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
@ -177,10 +172,12 @@ h1,
|
||||||
h2,
|
h2,
|
||||||
h3 {
|
h3 {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
margin: 0.5em 0;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 3rem;
|
font-size: 3rem;
|
||||||
line-height: 1cap;
|
line-height: 1cap;
|
||||||
|
font-variation: small-caps;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
|
@ -188,15 +185,9 @@ h2 {
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
h4 {
|
main h2.new {
|
||||||
font-size: 1.25rem;
|
|
||||||
}
|
|
||||||
h5 {
|
|
||||||
font-size: 1.125rem;
|
|
||||||
}
|
|
||||||
h6 {
|
|
||||||
font-size: 1rem;
|
|
||||||
}
|
|
||||||
main h1.new {
|
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
p {
|
||||||
|
margin: 0.5em 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue