aboutsummaryrefslogtreecommitdiff
path: root/themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/sticky-footer/sticky-footer.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/sticky-footer/sticky-footer.css')
-rw-r--r--themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/sticky-footer/sticky-footer.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/sticky-footer/sticky-footer.css b/themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/sticky-footer/sticky-footer.css
new file mode 100644
index 0000000..ebe2910
--- /dev/null
+++ b/themes/docsy/assets/vendor/bootstrap/site/docs/4.1/examples/sticky-footer/sticky-footer.css
@@ -0,0 +1,28 @@
+/* Sticky footer styles
+-------------------------------------------------- */
+html {
+ position: relative;
+ min-height: 100%;
+}
+body {
+ margin-bottom: 60px; /* Margin bottom by footer height */
+}
+.footer {
+ position: absolute;
+ bottom: 0;
+ width: 100%;
+ height: 60px; /* Set the fixed height of the footer here */
+ line-height: 60px; /* Vertically center the text there */
+ background-color: #f5f5f5;
+}
+
+
+/* Custom page CSS
+-------------------------------------------------- */
+/* Not required for template or sticky footer method. */
+
+.container {
+ width: auto;
+ max-width: 680px;
+ padding: 0 15px;
+}