From 7c3be91556134fc9583387014ee6bb2b3d69393a Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Mon, 23 Oct 2017 22:00:24 -0700 Subject: [PATCH] adjusted `code` size --- frontend/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/styles/base.css b/frontend/styles/base.css index 711104aa5..ec8a87f07 100644 --- a/frontend/styles/base.css +++ b/frontend/styles/base.css @@ -101,11 +101,11 @@ samp { } code, samp { - font-size: 87.5%; + font-size: 85%; padding: 0.125em; } pre { - font-size: 87.5%; + font-size: 85%; overflow: scroll; } blockquote {