fix: increase line height of headers in page content

This commit is contained in:
Gabe Kangas 2023-05-04 21:40:53 -07:00
parent c79834a752
commit 6982ce54b7
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -87,6 +87,12 @@
width: 100%;
margin-bottom: 20px;
h1,
h2,
h3 {
line-height: 2rem;
}
h1:first-child,
h2:first-child,
h3:first-child {