summaryrefslogtreecommitdiff
path: root/static/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'static/main.scss')
-rw-r--r--static/main.scss21
1 files changed, 20 insertions, 1 deletions
diff --git a/static/main.scss b/static/main.scss
index 36a275e..0aa858e 100644
--- a/static/main.scss
+++ b/static/main.scss
@@ -27,4 +27,23 @@ h1 {
a {
color: inherit;
text-decoration: inherit;
-} \ No newline at end of file
+}
+
+.footer {
+ border-top: 1px black solid;
+ bottom: 0;
+ position: fixed;
+ text-align: center;
+ height: 50px;
+ width: 100%;
+ margin: 0;
+ background: #e2e1e1;
+}
+
+body {
+ padding-bottom: 50px;
+}
+
+b {
+ font-weight: 500;
+}