summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--styles.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 6bb3301a..5c97fc0e 100644
--- a/styles.css
+++ b/styles.css
@@ -10,6 +10,7 @@ body .jumbotron {
margin-left: 15px;
margin-right: 15px;
}
+
html {
overflow-y: scroll;
}
@@ -75,6 +76,14 @@ footer a:hover {
footer {
padding-top: 2em;
+ margin-top: 2em;
background-color: #222;
color: white;
}
+
+
+#body_content .container {
+ margin-bottom: 2em;
+ padding-top: 1em;
+ padding-bottom: 1em;
+}