From cfda0a2f905e7d9aaa02a3e5e451b6a5caa29c0b Mon Sep 17 00:00:00 2001 From: Simon Knox Date: Thu, 28 Jun 2018 21:39:45 +0000 Subject: Resolve "Markdown header `code` does not have the correct font-size" --- app/assets/stylesheets/framework/variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/assets') diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss index f30f296d41f..7808f6d3a25 100644 --- a/app/assets/stylesheets/framework/variables.scss +++ b/app/assets/stylesheets/framework/variables.scss @@ -233,7 +233,7 @@ $md-area-border: #ddd; /* * Code */ -$code_font_size: 12px; +$code_font_size: 90%; $code_line_height: 1.6; /* -- cgit v1.2.3