aboutsummaryrefslogtreecommitdiff
path: root/assets/css/docs.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/docs.css')
-rw-r--r--assets/css/docs.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css
index 44cf16db6..bbc0b43f2 100644
--- a/assets/css/docs.css
+++ b/assets/css/docs.css
@@ -491,11 +491,19 @@ body {
* Content blocks for each component or feature.
*/
-/* Space things out for fixed navbar */
+/* Space things out */
.bs-docs-section + .bs-docs-section {
padding-top: 80px;
}
+/* Ghetto fix for preventing navbar from overlapping */
+h1[id],
+h2[id],
+h3[id] {
+ padding-top: 80px;
+ margin-top: -80px;
+}
+
/*
* Callouts