💄 fix(style): add line-height to .section-title (#205)
This commit is contained in:
parent
ea791f3a29
commit
944ad4db35
@ -155,9 +155,11 @@ article {
|
||||
.section-title {
|
||||
display: block;
|
||||
margin: 0;
|
||||
margin-top: -0.15em;
|
||||
color: var(--text-color-high-contrast);
|
||||
font-weight: 550;
|
||||
font-size: 2.2em;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
|
||||
.last-updated {
|
||||
|
@ -38,7 +38,7 @@ ul {
|
||||
}
|
||||
|
||||
.title-container {
|
||||
padding-bottom: 15px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.bottom-divider {
|
||||
|
Loading…
x
Reference in New Issue
Block a user