From 7b2f7a57b9e555a02b9119fad841f8d38dbe1b4a Mon Sep 17 00:00:00 2001 From: yorick Barbanneau Date: Wed, 6 Feb 2019 00:21:28 +0100 Subject: [PATCH] Change code block font size and size --- static/css/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 8280fa4..2610602 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -706,7 +706,10 @@ pre { background: #faf9f7; border: 1px solid #e5e4e1; box-sizing: border-box; - font-size: .85em + font-size: .80em; + width:110%; + margin-left: -5% + } pre .lines {