💄 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 {
|
.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…
x
Reference in New Issue
Block a user