From 68c91757914b77fa94b794349986cb96d70f963b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Rodr=C3=ADguez?= Date: Thu, 2 Nov 2017 17:28:26 +0100 Subject: [PATCH] remove fixed font size in and
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

As mentioned in #28, font size for  and 
 shouldn’t be fixed to avoid issues when deploying them inside other elements that have a different size.
---
 stylesheets/styles.css | 1 -
 1 file changed, 1 deletion(-)

diff --git a/stylesheets/styles.css b/stylesheets/styles.css
index dcf0002..8fe1bc1 100644
--- a/stylesheets/styles.css
+++ b/stylesheets/styles.css
@@ -69,7 +69,6 @@ blockquote {
 code, pre {
   font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
   color:#333;
-  font-size:12px;
 }
 
 pre {