Browse code

Update

Benjamin Roth authored on17/03/2023 09:52:56
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,16 @@
1
+#footer{
2
+  margin-top: auto;
3
+
4
+  .fc--top{
5
+    background-color: $footer-top-bg;
6
+  }
7
+
8
+  .fc--middle{
9
+    background-color: $footer-middle-bg;
10
+  }
11
+
12
+  .fc--bottom{
13
+    background-color: $footer-bottom-bg;
14
+  }
15
+
16
+}