From 6a22ca377b6b704a1d30a6fe8da89de10183f1af Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sun, 8 Feb 2015 19:01:23 +0000 Subject: [PATCH] Make code font less stupidly big. --- static/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.scss b/static/style.scss index 1e70461..5d4dae3 100644 --- a/static/style.scss +++ b/static/style.scss @@ -133,6 +133,7 @@ code { white-space: pre; max-width: 95%; overflow-x: scroll; + font-size: 14px; } .header-link {