From a7ea8be05344554c930eb7be2f50a104cc5095dd Mon Sep 17 00:00:00 2001 From: Eliot Whalan Date: Mon, 19 Dec 2016 15:09:07 +1000 Subject: [PATCH] Fix small font size --- assets/pastebin.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/pastebin.css b/assets/pastebin.css index 7b94a4e..0d5fdb3 100644 --- a/assets/pastebin.css +++ b/assets/pastebin.css @@ -33,20 +33,20 @@ pre { font-size : 12px; font-weight : normal; letter-spacing : 0.015em; - line-height : 10px; + line-height : 14px; margin : 5px 5px 5px 5px; min-height : 250px; } .code-row { display : block; - font-size : 10px; + font-size : 14px; font-weight : lighter; } .codenum-row { display : block; - font-size : 10px; + font-size : 14; font-weight : lighter; }