summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/style.css b/style.css
index 6a8c592..f17619c 100644
--- a/style.css
+++ b/style.css
@@ -22,6 +22,16 @@ body {
margin: auto;
}
+#contribute {
+ max-width: 800px;
+ margin: auto;
+ margin-top: 2.5em;
+}
+
+#contribute h1 {
+ font-size: 1.25em;
+}
+
#log, #index {
min-width: 600px;
overflow-x: auto;