summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorOscar Benedito <oscar@oscarbenedito.com>2020-07-10 14:11:00 +0200
committerOscar Benedito <oscar@oscarbenedito.com>2020-07-30 12:44:16 +0200
commitd04741c8d606c1c7252c1c91142efe4e84e8d7da (patch)
treefe61805d7858c7c69c053fe2c3aee16f99aac903 /style.css
parent0cdc59b8fe9a042a0c32875c90b2d5be3c0aad1a (diff)
Added contributing information
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;