diff options
author | Yigit Sever | 2021-10-29 17:20:27 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-29 17:20:27 +0300 |
commit | 0f85ea8cc84a11f54516908e97ae485c7361cc99 (patch) | |
tree | e894de475f1667482403c48ae5809e1be1ed7f67 /cgit.css | |
parent | ecd1260017d23128f7b37289be901e0fbb888992 (diff) | |
download | cgit-0f85ea8cc84a11f54516908e97ae485c7361cc99.tar.gz cgit-0f85ea8cc84a11f54516908e97ae485c7361cc99.tar.bz2 cgit-0f85ea8cc84a11f54516908e97ae485c7361cc99.zip |
squueze content a bit
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -17,6 +17,12 @@ | |||
17 | background: var(--cyan) | 17 | background: var(--cyan) |
18 | } | 18 | } |
19 | 19 | ||
20 | body { | ||
21 | line-height: 1.4; | ||
22 | max-width: 800px; | ||
23 | padding: 0 10px | ||
24 | } | ||
25 | |||
20 | div#cgit { | 26 | div#cgit { |
21 | margin: 2em; | 27 | margin: 2em; |
22 | font-family: sans-serif; | 28 | font-family: sans-serif; |