summaryrefslogtreecommitdiffstats
path: root/web-tools/web/_static/local/footer.css
diff options
context:
space:
mode:
Diffstat (limited to 'web-tools/web/_static/local/footer.css')
-rw-r--r--web-tools/web/_static/local/footer.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/web-tools/web/_static/local/footer.css b/web-tools/web/_static/local/footer.css
new file mode 100644
index 0000000..a604ff4
--- /dev/null
+++ b/web-tools/web/_static/local/footer.css
@@ -0,0 +1,9 @@
+body {
+ padding-bottom: 0;
+}
+
+.footer {
+ padding: 2.5rem 0;
+ color: #999;
+ background-color: #212529;
+}