mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
docs spacing for headings and leads
This commit is contained in:
parent
61151f8d3d
commit
10f9260119
2 changed files with 8 additions and 0 deletions
4
docs/assets/css/docs.min.css
vendored
4
docs/assets/css/docs.min.css
vendored
|
@ -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…
Add table
Reference in a new issue