mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Improve spacing and alignment of sections and their headings
This commit is contained in:
parent
613a95d838
commit
36aa3afb4f
2 changed files with 4 additions and 5 deletions
|
@ -626,14 +626,13 @@ body {
|
|||
*/
|
||||
|
||||
/* Space things out */
|
||||
.bs-docs-section + .bs-docs-section {
|
||||
padding-top: 40px;
|
||||
.bs-docs-section {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
|
||||
/* Janky fix for preventing navbar from overlapping */
|
||||
h1[id] {
|
||||
padding-top: 80px;
|
||||
margin-top: -45px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
|
||||
|
|
2
docs/assets/css/pack.min.css
vendored
2
docs/assets/css/pack.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue