Add a line-height for headers and paragraphs
I'm sick of setting `line-height`
This commit is contained in:
parent
4916660027
commit
7b06a2900e
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ h2,
|
||||||
h3,
|
h3,
|
||||||
p {
|
p {
|
||||||
color: var(--text-primary);
|
color: var(--text-primary);
|
||||||
|
line-height: 1.3;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue