adjust h2 heading margins
This commit is contained in:
parent
259d816a97
commit
017b33bd7d
@ -87,16 +87,15 @@ table td code b {
|
|||||||
/* headings */
|
/* headings */
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin: 30px 0 20px;
|
|
||||||
padding-top: 20px;
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
color: black;
|
color: black;
|
||||||
|
margin-top: 1.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container > h2:first-child {
|
h2:first-child {
|
||||||
margin-bottom: 40px;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2:target {
|
h2:target {
|
||||||
@ -424,10 +423,6 @@ table.plugins td:first-child a {
|
|||||||
right: -1.5em;
|
right: -1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.api-page .toc-col.map-col h4 {
|
|
||||||
color: #666;
|
|
||||||
}
|
|
||||||
|
|
||||||
.api-page h2 {
|
.api-page h2 {
|
||||||
border-bottom: 7px solid #bbb;
|
border-bottom: 7px solid #bbb;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user