From dfcaa0449ef3338ce7eef5977c78c00f755d5ef1 Mon Sep 17 00:00:00 2001 From: Tommy F <46322567+TomFern@users.noreply.github.com> Date: Tue, 22 Sep 2020 20:13:45 -0300 Subject: [PATCH] increase font size for code --- styles/epub-kindle.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/epub-kindle.css b/styles/epub-kindle.css index 4b2275c..af73fe6 100644 --- a/styles/epub-kindle.css +++ b/styles/epub-kindle.css @@ -395,7 +395,7 @@ pre clear: both; color: black; line-height: 100%; - font-size: 10%; + font-size: 90%; margin: 0; /* padding: 0 0 0 3px; */ padding-left: 5px;