aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cgit.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index ddedb24..8fb7278 100644
--- a/cgit.css
+++ b/cgit.css
@@ -17,6 +17,12 @@
17 background: var(--cyan) 17 background: var(--cyan)
18} 18}
19 19
20body {
21 line-height: 1.4;
22 max-width: 800px;
23 padding: 0 10px
24}
25
20div#cgit { 26div#cgit {
21 margin: 2em; 27 margin: 2em;
22 font-family: sans-serif; 28 font-family: sans-serif;