docs[patch]: Increase line height (#20960)

Help with readability, reduce intimidation factor

@hwchase17
pull/21020/head
Jacob Lee 3 weeks ago committed by GitHub
parent 19a2f59713
commit fd7f041d6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -36,7 +36,7 @@
--ifm-code-font-size: 95%;
--ifm-font-family-base: 'Public Sans';
--ifm-menu-link-padding-horizontal: 0.5rem;
--ifm-menu-link-padding-vertical: 0.375rem;
--ifm-menu-link-padding-vertical: 0.5rem;
--doc-sidebar-width: 275px !important;
}
@ -201,6 +201,10 @@ nav, h1, h2, h3, h4 {
opacity: 0.5;
}
.markdown {
line-height: 2em;
}
.markdown > h2 {
margin-top: 2rem;
border-bottom-color: var(--ifm-color-primary);

Loading…
Cancel
Save