From 147b935a1191a3c42719c92734c5f81fc1386701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Sat, 17 Oct 2015 22:50:33 +0200 Subject: [PATCH] pre/code styling fix --- resources/public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/public/style.css b/resources/public/style.css index d3e48bd..105e098 100644 --- a/resources/public/style.css +++ b/resources/public/style.css @@ -214,7 +214,7 @@ article > h1:first-child { code, pre { - font-size: 1.2em; + font-size: 1.05em; background: #efefef; font-family: monospace; }