aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--static/style.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 533cee1..461286a 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,3 +1,13 @@
-.commit-id {
- font-family: monospace;
+html {
+ font-family: sans-serif;
+}
+
+.padding-wrapper {
+ padding: 0 1rem;
+ max-width: 50em;
+ margin: 0 auto;
+}
+
+#readme, #file-tree {
+ width: 100%;
}