fix: custom line-height for headers

pull/18/head v0.3.7
Karan Sharma 2021-03-11 11:29:48 +05:30
parent d09eb901ec
commit 50b8093ee1
1 changed files with 5 additions and 1 deletions

View File

@ -14,10 +14,14 @@
body {
font-family: "Segoe UI", "Helvetica Neue", Inter, sans-serif;
font-size: 16px;
line-height: 1;
line-height: 24px;
color: #111;
}
h1, h2, h3, h4 {
line-height: 1.3em;
}
a {
color: var(--primary);
}