Commit 36aa3afb authored by Mark Otto's avatar Mark Otto

Improve spacing and alignment of sections and their headings

parent 613a95d8
...@@ -626,14 +626,13 @@ body { ...@@ -626,14 +626,13 @@ body {
*/ */
/* Space things out */ /* Space things out */
.bs-docs-section + .bs-docs-section { .bs-docs-section {
padding-top: 40px; margin-bottom: 60px;
} }
/* Janky fix for preventing navbar from overlapping */ /* Janky fix for preventing navbar from overlapping */
h1[id] { h1[id] {
padding-top: 80px; padding-top: 20px;
margin-top: -45px;
} }
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment