summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 75dd0b3..aeff51c 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -60,13 +60,19 @@ pre {
overflow: scroll;
}
-header pre {
+body > header {
margin-bottom: 2em;
+}
+
+body > header pre {
line-height: 1.1em;
}
-footer p {
+body > footer {
margin-top: 2em;
+}
+
+body > footer p {
margin-bottom: 0em;
}