mirror of https://github.com/twbs/bootstrap.git
docs spacing for headings and leads
This commit is contained in:
parent
61151f8d3d
commit
10f9260119
|
@ -769,6 +769,10 @@ body {
|
|||
padding-top: 2rem;
|
||||
margin-top: 3rem;
|
||||
}
|
||||
.bs-docs-container > h1 + p {
|
||||
font-size: 1.25rem;
|
||||
font-weight: 300;
|
||||
}
|
||||
.bs-docs-container > h2 {
|
||||
margin-top: 2.5rem;
|
||||
}
|
||||
|
|
|
@ -714,6 +714,10 @@ body {
|
|||
padding-top: 2rem;
|
||||
margin-top: 3rem;
|
||||
}
|
||||
.bs-docs-container > h1 + p {
|
||||
font-size: 1.25rem;
|
||||
font-weight: 300;
|
||||
}
|
||||
.bs-docs-container > h2 {
|
||||
margin-top: 2.5rem;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue