summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--static/css/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 1fe0b14..aea0b88 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -2,6 +2,12 @@
/* Generic classes */
+body {
+ position: relative;
+ padding-top: 90px;
+ background-color: white;
+}
+
.right {
text-align: right;
}