aboutsummaryrefslogtreecommitdiff
path: root/themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/navbar-static/navbar-top.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/navbar-static/navbar-top.css')
-rw-r--r--themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/navbar-static/navbar-top.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/navbar-static/navbar-top.css b/themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/navbar-static/navbar-top.css
new file mode 100644
index 0000000..25bbdde
--- /dev/null
+++ b/themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/navbar-static/navbar-top.css
@@ -0,0 +1,4 @@
+/* Show it's not fixed to the top */
+body {
+ min-height: 75rem;
+}