Add a line-height for headers and paragraphs

I'm sick of setting `line-height`
This commit is contained in:
Justin Edmund 2023-01-28 16:28:42 -08:00
parent 4916660027
commit 7b06a2900e

View file

@ -75,6 +75,7 @@ h2,
h3,
p {
color: var(--text-primary);
line-height: 1.3;
}
h1 {