diff options
Diffstat (limited to 'static/small.css')
-rw-r--r-- | static/small.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/small.css b/static/small.css new file mode 100644 index 0000000..af50a92 --- /dev/null +++ b/static/small.css @@ -0,0 +1,6 @@ +pre { + font-size: 18px; + line-height: 1.8em; +} + +.page { margin: 50px auto; width: 100%; } |