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