From 81a9aee3aa65a0bc7aa425e12ba22cb5e853df52 Mon Sep 17 00:00:00 2001 From: sudan Date: Mon, 25 Jan 2016 18:43:51 +0800 Subject: smaller font --- static/small.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/small.css') diff --git a/static/small.css b/static/small.css index caa5783..7bba2a3 100644 --- a/static/small.css +++ b/static/small.css @@ -1,6 +1,6 @@ pre { - font-size: 18px; - line-height: 1.8em; + font-size: 14px; + line-height: 1.6em; } .page { margin: 20px auto; width: 100%; } -- cgit