Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Knox <simon@gitlab.com>2018-06-29 00:39:45 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-06-29 00:39:45 +0300
commitcfda0a2f905e7d9aaa02a3e5e451b6a5caa29c0b (patch)
tree6f8d0e94e811e635854148c5fac2b5e9e98eaf07 /app/assets
parent9ad97abfec59cde15b240a5e81a1b1caf1b2a4fc (diff)
Resolve "Markdown header `code` does not have the correct font-size"
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/variables.scss2
1 files changed, 1 insertions, 1 deletions
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;
/*