fix: add margin on h2
parent
44050ace93
commit
1cc7144697
|
@ -103,6 +103,7 @@ main {
|
||||||
|
|
||||||
li {
|
li {
|
||||||
line-height: 17px;
|
line-height: 17px;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -114,6 +115,9 @@ main {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
li:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-of-contents > ul ul {
|
.table-of-contents > ul ul {
|
||||||
|
@ -128,6 +132,10 @@ main {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table-of-contents > ul ul li+li {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.table-of-contents > ul ul li+li,
|
.table-of-contents > ul ul li+li,
|
||||||
.table-of-contents > ul ul li:first-child {
|
.table-of-contents > ul ul li:first-child {
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
|
|
Loading…
Reference in New Issue