Resolve "Markdown header `code` does not have the correct font-size"

This commit is contained in:
Simon Knox 2018-06-28 21:39:45 +00:00 committed by Clement Ho
parent 9ad97abfec
commit cfda0a2f90
2 changed files with 6 additions and 1 deletions

View File

@ -233,7 +233,7 @@ $md-area-border: #ddd;
/*
* Code
*/
$code_font_size: 12px;
$code_font_size: 90%;
$code_line_height: 1.6;
/*

View File

@ -0,0 +1,5 @@
---
title: fix size of code blocks in headings
merge_request:
author:
type: fixed