From 7fa4633c0091ffab0a0d0fa79a34c9357d50f87f Mon Sep 17 00:00:00 2001 From: Coby Chapple Date: Thu, 4 Apr 2013 18:15:33 +0100 Subject: [PATCH] monospace type tweaks --- site/css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/site/css/style.css b/site/css/style.css index ef84dc0d..a601134b 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -495,11 +495,17 @@ pre, code { margin: 0; padding: 0; font-family: Menlo, Consolas, "Courier New", Courier, "Liberation Mono", monospace; - font-size: 16px; + font-size: 14px; padding: 0 .5em; line-height: 1.8em; } +@media (min-width: 768px){ + pre, code { + font-size: 16px; + } +} + .highlight, p > pre, p > code { background: #333; color: #fff;