💄 fix(style): add line-height to .section-title (#205)

main
Donovan Glover 1 year ago committed by GitHub
parent ea791f3a29
commit 944ad4db35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -155,9 +155,11 @@ article {
.section-title { .section-title {
display: block; display: block;
margin: 0; margin: 0;
margin-top: -0.15em;
color: var(--text-color-high-contrast); color: var(--text-color-high-contrast);
font-weight: 550; font-weight: 550;
font-size: 2.2em; font-size: 2.2em;
line-height: 1.2em;
} }
.last-updated { .last-updated {

@ -38,7 +38,7 @@ ul {
} }
.title-container { .title-container {
padding-bottom: 15px; padding-bottom: 8px;
} }
.bottom-divider { .bottom-divider {

Loading…
Cancel
Save