summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/less/pointhi/footer.less
diff options
context:
space:
mode:
Diffstat (limited to 'searx/static/themes/oscar/less/pointhi/footer.less')
-rw-r--r--searx/static/themes/oscar/less/pointhi/footer.less19
1 files changed, 19 insertions, 0 deletions
diff --git a/searx/static/themes/oscar/less/pointhi/footer.less b/searx/static/themes/oscar/less/pointhi/footer.less
new file mode 100644
index 0000000..0b25e73
--- /dev/null
+++ b/searx/static/themes/oscar/less/pointhi/footer.less
@@ -0,0 +1,19 @@
+// Sticky footer styles
+
+html {
+ position: relative;
+ min-height: 100%;
+}
+
+body {
+ /* Margin bottom by footer height */
+ margin-bottom: 80px;
+}
+
+.footer {
+ position: absolute;
+ bottom: 0;
+ width: 100%;
+ /* Set the fixed height of the footer here */
+ height: 60px;
+}