0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

docs spacing for headings and leads

This commit is contained in:
Mark Otto 2014-07-09 21:35:35 -07:00
parent 61151f8d3d
commit 10f9260119
2 changed files with 8 additions and 0 deletions

View File

@ -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;
}

View File

@ -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;
}